Hi, I want to build a stand alone executable for my python GUI project. My project has the following structure.
[Resources] [hunspell] [stylesheets] design.py main.py resources.py The first three are folders required for the GUI. The main script used to run the thing is main.py design.py and resources.py are imported into main.py, to be very precise. How do I use pyinstaller-2.0 now to create a perfect stand alone executable. I read the docs and tried several times but I feel like Ive taken the entire approach incorrectly. P.S. I have two PyPi modules that I am using for the program. Can they cause errors? -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
