[python-win32] Python 3 - Windows Service

2016-05-13 Thread David Hautbois
Hi I passed all this week to get a Python Windows Service running. But, I failed I tried Windows 2003 and Windows 2012 R2. I installed python 3.4.4 x86 I installed pypiwin32 with pip : pip install pyinstaller I tried many sample scripts found on Google. I finally found sample scripts in C

Re: [python-win32] Python 3 - Windows Service

2016-05-13 Thread David Hautbois
file with pyinstaller. I get : C:\temp>dist\sample-pyinstaller.exe install Redirecting output to win32trace remote collector Failed to execute script sample-pyinstaller But this is another issue. David. Le 13/05/2016 15:46, Bob Gailer a écrit : On May 13, 2016 6:38 AM, "D

[python-win32] Windows service - sderr - stdout - win32trace

2016-09-15 Thread David Hautbois
Hi I'm currently working on a Windows service with python3/pywin32. I understood that stdout and stderr output are redirected to the win32trace remote collector. Is there a way to disable this ? Thanks. David. ___ python-win32 mailing list python-

Re: [python-win32] Windows service - sderr - stdout - win32trace

2016-09-15 Thread David Hautbois
Ok I found the trick. I removed : import win32traceutil David. Le 15/09/2016 à 10:08, David Hautbois a écrit : Hi I'm currently working on a Windows service with python3/pywin32. I understood that stdout and stderr output are redirected to the win32trace remote collector. Is there