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 running

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 this

[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