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
On May 13, 2016 6:38 AM, "David Hautbois" wrote:
>
> 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 ma
Hi
I received your empty message :)
pywintypes34.dll was missing for pythonservice.exe.
I copied the file in the same folder.
It works !
I was using the powershell console, that does not display the error
message about the missing file.
cmd does.
Now, I'm trying to build the binary exe file