-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fava not working in winpython #1804
Comments
You need to change the win's registry to do so,I did this successfully. |
Thanks for your help! I'd rather not touching the registry. I'll just wait for the problem to be fixed. Thanks again! |
A workaround was added for that issue in #1672, so that shouldn't be causing it. |
the version that i use are
when i run in the console, it shows
when i open the url, it display an whole white page, the chrome console shows:
|
mhh, so that workaround does not seem to be working - can you try fixing your registry or seeing whether it works with a more up-to-date Python version. What does the following Python script output?: import mimetypes
print(mimetypes.guess_type('app.js'))
print(mimetypes.types_map.get(".js", ""))
mimetypes.add_type("text/javascript", ".js")
print(mimetypes.guess_type('app.js')) |
output
After further testing, I found out that WinPython 3.9 works with Beancount and Fava in VMware Workstation. I guess the issue was caused by having another Anaconda Python installation. |
I'm new to beancount and Fava
I'm a beginner with beancount and Fava.
When attempting to run them in WinPython (portable Python), the server only shows a blank page.
What could be causing this issue?
The text was updated successfully, but these errors were encountered: