Hi all, this is my first post to this mailing list. Please excuse me if I'm doing something wrong.
I need help with the following: - I have developed a Python script which runs OK on a Raspberry Pi A+ - I have successfuly generated an exe file using *pyinstaller scriptname.py --onefile* - When I run the exe file it runs with a veeery poor performance. When I say veeery poor I means it can't be used Not sure if I'm doing something wrong (probably I'm) or this is to be exepected (which I doubt)... What can I try in order to solve this? Additional information: - my goal is to distribute the compiled version instead of the source file in order to minimize/avoid piracy - my scrip makes use of pygame and espeak Many thanks in advance for any hint! Best -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/0dc912b3-d9f1-4828-8007-dafa676ad468n%40googlegroups.com.
