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