[IronPython] Fallen over: from sys import *

J. de Hooge info at geatec.com
Wed Mar 1 21:59:38 CET 2006


Hi,

 

IP team, thanks for the new version!

I've just started trying out my code on it.

 

Seems that the following detail doesn't work anymore in Beta 3, used to work
upto Beta 2

 

 

from sys import *

 

 

The following is reported:

 

 

Traceback (most recent call last):

  File C:\activ_dell\prog\qQuick\try\try.py, line 1, in Initialize

StandardError: Exception has been thrown by the target of an invocation.

 

 

Following workaround will require some prefixing but does the job:

 

 

import sys

 

 

Kind regards

Jacques de Hooge

info at geatec.com

 

P.S. I've uploaded some free IP stuff to www.qquick.org
<http://www.qquick.org/> .

For people interested in using WinForms in combination with IP, especially
the file view.py is worth looking at.

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060301/989faf0c/attachment.html>


More information about the Ironpython-users mailing list