You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bittner edited this page Jul 31, 2012
·
1 revision
The Chromium Web browser (aka Google Chrome) doesn't permit access to file:// by default. You therefore have to enable a command-line option to switch on access. Symptoms are that absolutely no application "works" but when viewing Pyjs applications on the internet (via http://) they work perfectly.
Solution
Launch Chrome with the additional parameter --allow-file-access-from-files (or --disable-web-security, if you want to be rude), e.g.
google-chrome --allow-file-access-from-files
Or you start up a web server on your local system, and use http://127.0.0.1/
Please do not raise a bugreport with Pyjs: it is not our fault.