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 a bit more with otehr code collections, etc. as well.
Jacob Kruger
Skype: BlindZA
"...resistance is futile!...acceptance is versatile..."
On 2024/04/26 13:06, Nikolay Spahiev wrote:
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 executable - as in, I am
suddenly receiving error messages in output when running it after
installation, with messages relating to something like incorrect +
operator for str and None, which doesn't make sense in terms of the
code, etc. - my guess is something to do with a form of character set
encoding, or something along the way, in the process.
We (vintech.bg) use innosetup for distributing python software made
with py2exe without problems for more than 20 years. I think problem
is somewhere else. Usually after disabling the antivirus software
everything works as expected.
HTH
Niki
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32