I'm new to programming and I'm really confused. I'm using Spyder with Python 3.5.6 on Windows 7 Professional.
I wrote a script that will make a GUI that makes predictions based on user input. I am able to save the script as a .py file and it will run without issue in Spyder's IPython console when I input the following command: !python property_predicting_gui.py When I try to do the following command, however, it never completes; it just kind of freezes and I have to exit the console and start over. !pyinstaller --onefile property_predicting_gui.py What can I do to fix this? Thanks. -- 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 https://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
