Re: [python-win32] context_menu.py crashing Explorer

2014-04-17 Thread Bob Hood
On 4/16/2014 7:48 PM, Mark Hammond wrote: > As far as seeing the print statements, you can modify the source file to > have "import win32traceutil" at the top, and in another console run "python > -m win32traceutil" - the print statements from the source file should them > appear in the console run

Re: [python-win32] context_menu.py crashing Explorer

2014-04-16 Thread Mark Hammond
As far as seeing the print statements, you can modify the source file to have "import win32traceutil" at the top, and in another console run "python -m win32traceutil" - the print statements from the source file should them appear in the console running win32traceutil. However, I don't think t

Re: [python-win32] context_menu.py crashing Explorer

2014-04-16 Thread Bob Hood
As a follow-up, a clean install of Windows 7, Python 2.7.6 and pywin32 2.18 in a Virtual Machine does not exhibit this behavior. The Python extension actually works in Explorer. So, it would seem that some other currently installed extension might be colliding with this. However, I'd still like