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

[python-win32] context_menu.py crashing Explorer

2014-04-15 Thread Bob Hood
Hi, everybody. I'm having an issue with the context_menu.py example included with pywin32 (2.18) under Python 2.7.6. I register it by running it ("python context_menu.py --register"), but then, when I right-click on a Python file, my Explorer process terminates. I've tried variations (some enhan