Open djoshea opened 10 years ago
This may be a right issue. Can you try to run it as root ?
I have installed butterfly on a virtual machine and managed to get it working in the same machine(ssl). However if i access the same URL from outside the VM i get the 404: Not Found. All certificates are imported properly and its running as a root.
Do you start it with a --host that is resolvable from outside of the vm ?
Just installed on mac os via
sudo pip install butterfly
. Ranbutterfly.server.py
and visitedhttp://localhost:57575/
in Chrome or Firefox. Blank screen. Looked at source code, found that the request forjavascripts/main.js
returns404: Not Found
.Terminal output looks like:
Any ideas?