Re: [IronPython] IronPython Tools and standard library

2010-05-24 Thread Dino Viehland
on't need to re-scan the standard library each time you open a project. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Tristan Zajonc Sent: Sunday, May 23, 2010 2:43 PM To: Discussion of IronPython Subject: [IronPython] IronPython Tools and

[IronPython] IronPython Tools and standard library

2010-05-23 Thread Tristan Zajonc
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,