Hi all, I made a very simple tornado app and got it to compile to one file using the following command: pyinstaller --onefile app.py
After I run the exe, I get a command prompt stating that the server is running on localhost:8888. This is good news as it seems everything has worked. The problem is when I try to open localhost:8888 on my webbrowser, it just hangs and never opens the webpage. Does anyone know what the issue is? -- 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/d/optout.
