Hi,
I have installed IronPython 2.0.1. We have a project running under CPython,
but fails to run under IronPython.
It is fails import the module IronPythonConsole.

The script contains the following lines:

   import clr,sys
   clr.AddReferenceToFileAndPath(sys.executable)
   import IronPythonConsole

The script fails with the following error when running under IronPython:
    ImportError: No module named IronPythonConsole


Does anybody know how to resolve this issue?

Thanks in advance,
Akki.
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to