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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
