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