bruiken / Notepad--

Notepad--, a lightweight web based editor with numerous optional features.
MIT License
3 stars 0 forks source link

PS script gives circular import error #37

Open Justin-Reniers opened 3 years ago

Justin-Reniers commented 3 years ago

The powershell of Visual Studio Code gives an error after accessing localhost that complains about a circular import error ImportError: cannot import name 'attach enctype error multidict' from partially initialized module 'flask.debughelpers'. Does not happen when you set the environment variables and run flask yourself.

Justin-Reniers commented 3 years ago

Only seems to do this sometimes, and only when I specifically run the ps1 script.

bruiken commented 3 years ago

I cannot replicate this.

jwijenbergh commented 3 years ago

@huynguy97 had this without running the script, when running again this didn't happen. For me, on linux, it doesn't happen at all. Maybe a flask issue?