|
Hi Fabio, The tutorial is meant
to be ran from the Tutorial directory (there are 2 batch files to execute the
IronPythonConsole from there) Other option is to
add the Tutorial directory to your sys.path: >>> import
sys >>> sys.path.append(sys.prefix
+ “\\Tutorial”) >>> import
first Since the tutorial is
designed to work from the tutorial directory, I’d recommend using the
batch files to start the console. This way, IronPython will run in the correct
directory and import lookup paths will be set correctly. Martin From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Fabio I'm new in python (and IronPython). I have used the tutorial of IronPython 1.0 Beta, and when
I "import first" I receive this error: >>> import first I think what I need set some like import "Tutorial\first" but
I know not the syntax... Someone can help? PS: How I do to in console get help about any command? Thanks for all! Fabio |
_______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
