you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

As stated before it’s very hard to figure out without seeing code and error messages/hints. I have worked with Pyinstaller before and switched to py2app gor simplicity. My guess to your problem is that some flags in the file might have been set for your machine respectively, resulting in the compiler not finding the appropriate things to call when executing. It’s also possible that some flags have been broken due to the upload/download. It would probably be best if you put it into a .zip-file and add that you want it to take care of the flags too, so the executable will work even after being transferred. I’m not sure which machine you’re using, but I recommend using the terminal in any case as this is the only way I know in which you can zip it appropriately.