The issue was that I needed to include the "static" and "templates" folders in the root of the exe.
On Friday, September 5, 2014 7:13:10 AM UTC-7, Martin Z wrote: > > Did you get it working with --onedir mode first? > > On Thursday 04 of September 2014 10:24:22 David Rojas wrote: > > 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.
