Originally posted by Pichu
Whatever you used to compile is causing problems. I do have Python installed on my computer so even a compiled exe python file should work.
You must login or register to view this content.
the reason why is because i believe it was compiled under a 64 bit system. and you have 32 bit? correct.
when compiling python it usually only works with whichever version of the operating system you have.
that's with most python compilers.
---------- Post added at 10:10 PM ---------- Previous post was at 10:08 PM ----------
if you would just release as a python script it would be better.
also what did you use to compile this?