Hello everybody,
I installed MS Visual Studio 2010 Shell and IronPython tools 1.0.
I try to add event handler in WPF app and double click the
UI component to get to the event handler template... nothing happens
I'd appreciate if somebody could share with the fix / workaround / explanation.
B
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,