[IronPython] CPython libs with IP runtime

Martin Maly Martin.Maly at microsoft.com
Thu Aug 31 07:06:00 CEST 2006


The file association needs to be set up manually (In Windows Explorer, Tools/Folder Options, then modify settings for "PY" file type).

As for the availability of standard Python libraries, you can modify the IronPython's site.py, adding:

import sys
sys.path.append(r"C:\Python24\Lib")

M.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Slide
Sent: Wednesday, August 30, 2006 9:57 PM
To: Discussion of IronPython
Subject: [IronPython] CPython libs with IP runtime

I would like to use IronPython as the "registered" python install on
my machines, BUT I also want to have ALL the standard python libraries
that come with the python install. Has anyone come up with an easy way
of doing this? Basically, it would be nice if I double clicked a .py
file on windows and it was run using IronPython, but still have access
to getopt, et al from CPython. Is anyone else interested in something
like this?

Thanks,

slide
_______________________________________________
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