Re: [python-win32] Creating distributable packages/installers from python code for the windows platform

2024-04-26 Thread Jacob Kruger
Could very well be, but, for example, did now manage to get an installer sorted out using null soft NSIS scripting, and, it works fine, so, there's still something going wrong during inno setup's process, since am using the exact same .exe I compiled using pyInstaller. Will try experimenting

Re: [python-win32] pythonservice.exe registration failed used by another process

2024-04-26 Thread Mark Hammond
On 2024-04-25 9:29 p.m., Jacob Nolan via python-win32 wrote: Hi all, I've been having a reoccurring error across multiple windows installs and python versions (3.9.*-3.11.*) when performing an install of a python windows service. This is the result of calling *python service_config.py inst

Re: [python-win32] Creating distributable packages/installers from python code for the windows platform

2024-04-26 Thread Nikolay Spahiev
On 26.04.24 г. 10:53 ч., Jacob Kruger wrote: Hi there ... But, I thought that, just maybe, if I used something like inno setup to create an installer, it might help work around that initial distribution issue, but, the odd thing is inno setups compression/packaging seems to corrupt my executab

[python-win32] Creating distributable packages/installers from python code for the windows platform

2024-04-26 Thread Jacob Kruger
Hi there I am quite comfortable with having used things like pyInstaller, cx_freeze and, most recently, playing around with nuitka, in tems of compiling code into a form of executable for the iwindows platform, but, there seems to be another side issue - let me explain a bit more. Firstly,