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
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
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