You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
Every time I create a .exe file from linux to run on a windows
computer no matter how great the computer on the user end is or how
simple the python program (e.g. a simple hello world program) I get an
error saying the program is too large to fit into memory. Why is this
and is there a way to make the program run? I'm using the
--onefile option if that makes a difference.