[IronPython] Libraries: python and iron python

Patrick Dubroy pdubroy at gmail.com
Tue Dec 11 04:34:41 CET 2007


You might want to check out Seo's FePy/IPCE project
(http://fepy.sourceforge.net/), which is a distribution of IronPython
that comes bundled with most of the standard CPython libraries. As Seo
said, some of them are just copied directly from CPython, but others
(e.g. socket, threading) have been re-implemented on top of the .NET
classes. That's probably the best route to go if you are trying to run
a bunch of unmodified Python code.

Pat

On Dec 10, 2007 8:54 AM, Kaveripakam, Sathish
<Sathish.Kaveripakam at phonak.com> wrote:
>
>
> Hi All,
>
> I am trying to port some of the python scripts to Iron python. In this
> regard, I found that some of the libraries in python: traceback, pprint,
> string, types etc., are not present with the same name in Iron python. I was
> wondering, is there any URL, which tells about the names given to them in
> Iron Python.
>
> Any information regarding the name of the changed libraries is appreciated.
>
> Regards
>
>  ________________________________
>  Legal Notice:
> The information in this electronic transmission may contain confidential or
> legally privileged information and is intended solely for the individual(s)
> named above. If you are not an intended recipient or an authorized agent,
> you are hereby notified that reading, distributing, or otherwise
> disseminating, copying or taking any action based on the contents of this
> transmission is strictly prohibited. Any unauthorized interception of this
> transmission is illegal under law. If you have received this transmission in
> error, please notify the sender by telephone [at the number indicated
> above/on +41 58 928 0101] as soon as possible and then destroy all copies of
> this transmission.
>  ________________________________
>
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>



More information about the Ironpython-users mailing list