[IronPython] Fails to import IronPythonConsole

Curt Hagenlocher curt at hagenlocher.org
Sun Mar 22 15:38:26 CET 2009


You can import "clr" under CPython?  Neat! :P

I don't believe there's a namespace called IronPythonConsole in IronPython
2.  What specifically are you trying to use from that namespace?

2009/3/22 Akki Reddy <akkireddy.gunta at gmail.com>

> 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
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090322/e21e1781/attachment.html>


More information about the Ironpython-users mailing list