[python-win32] Pythonwin IDE hangs on tool menu edits -and workaround

2014-03-31 Thread Peter Fraser
Hello Pywinonauts Pythonwin (pywin32 build218 python 2.7.6) is hanging after I edit the tools menu (or rather; whenever I go to the "Tools menu" tab of "PythonWin Options" and hit OK -I don't need to actually edit anything to provoke the problem) It seems that ToolMenuPropPage.OnOK gets in

[python-win32] pywin32, virtual environments and com dlls

2014-03-31 Thread David Cournapeau
Hi, By default, when pywin32 is installed from the .exe, the *com dlls are instsalled in %WINDOWSDIR%. If the exe is installed in a virtualenv, they are installed in the virtualenv itself, and nothing gets written in %WINDOWSDIR%. Is there any consequence in putting those dlls outside %WINDOWSDIR

Re: [python-win32] pywin32, virtual environments and com dlls

2014-03-31 Thread Mark Hammond
On 1/04/2014 9:43 AM, David Cournapeau wrote: Hi, By default, when pywin32 is installed from the .exe, the *com dlls are instsalled in %WINDOWSDIR%. If the exe is installed in a virtualenv, they are installed in the virtualenv itself, and nothing gets written in %WINDOWSDIR%. Is there any conse

Re: [python-win32] Pythonwin IDE hangs on tool menu edits -and workaround

2014-03-31 Thread Mark Hammond
On 31/03/2014 5:16 PM, Peter Fraser wrote: Hello Pywinonauts Pythonwin (pywin32 build218 python 2.7.6) is hanging after I edit the tools menu (or rather; whenever I go to the "Tools menu" tab of "PythonWin Options" and hit OK -I don't need to actually edit anything to provoke the problem) It