I don't think there's a way to do this right now other than copying the standard library (or site-packages) into your project :( I'll add it to the list of bugs and try and come up with a fix. And ultimately we also want some form of caching of the intellisense data so we don't need to re-scan the standard library each time you open a project.
From: [email protected] [mailto:[email protected]] On Behalf Of Tristan Zajonc Sent: Sunday, May 23, 2010 2:43 PM To: Discussion of IronPython Subject: [IronPython] IronPython Tools and standard library Hi, Two questions about using the Python26 libraries: 1. How do I enable intellisense for the Python standard library? Intellisense doesn't pick up C:\Python26\Lib if I add it to sys.path or the project Search Path. 2. How do I add C:\Python26\Lib\site-packages? I can add to sys.path manually, but adding site-packages to the project search path doesn't seem to work. I'm looking forward to the next iteration of IronPython Tools. Thanks, Tristan
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
