holahapi

Results 3 comments of holahapi

Thanks for your help! I'd rather not touching the registry. I'll just wait for the problem to be fixed. Thanks again!

the version that i use are ``` Python 3.9.10 beancount 2.3.6 fava 1.27.3 ``` when i run in the console, it shows ``` Microsoft Windows [Version 10.0.19045.3570] (c) Microsoft Corporation....

``` 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 ``` ('text/plain', None) text/plain ('text/javascript', None) ``` After further testing, I found out that WinPython 3.9 works with Beancount...