Sanghyeon Seo wrote: > 2007/4/21, Michael Foord <[EMAIL PROTECTED]>: > >> Hello all, >> >> I see that one of the improvements listed for IronPython 1.1 is an >> extension to the help system. >> >> I'm finding that when the Python standard library is set in >> IRONPYTHONPATH, help doesn't seem to work *at all*. >> > > This is because site.py in Python standard library *overwrites* builtin > help function. :( >
Is there a way to have the Python standard library on my path - but not have site.py imported ? I guess the answer is to have another 'site.py' earlier in the path... hmmm... Thanks. Michael http://www.voidspace.org.uk/ironpython/index.shtml _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
