-
Notifications
You must be signed in to change notification settings - Fork 102
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
Cannot run "webapp" on VM on Windows 10 #115
Comments
Thank you for your reply! |
Hey was just wondering what the fix for this was as I'm having the same issue? |
No idea, they haven't replied despite 2 months having passed. |
this was fixed in issue #121 |
2 months and 5 days later you come to say that you replied to a more recently created issue than mine about the same problem, AND that you're sorry for completely ignoring my issue while replying to the other user? Okay. It's impossible to be more idiotic than this. You earn a trophy for your intelligence and care for your software and for other people who bother reporting bugs for nothing. Have a good day, for the next two months... Bye to you too |
It only took you 2 days to tell them that you were already aware of the issue yourself, but couldn't care less so let's wait for 2 months until a few other people start complaining. |
To be fair, I only started using this app last week, and that issue was at the top of the list, with a problem that I experienced already, and I figured, “hey, I know how to fix this”, so better late then never right? 😅
|
You do NOT owe them an apology. They sound entitled af. You didn't owe them any help in the first place. Thank you for helping with the issue that I and so many others are having. It's much appreciated, I assure you. |
vagrant@ubuntu2010:~$ sudo nxbt webapp
Traceback (most recent call last):
File "/usr/local/bin/nxbt", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/nxbt/cli.py", line 321, in main
from .web import start_web_app
File "/usr/local/lib/python3.8/dist-packages/nxbt/web/init.py", line 1, in
from .app import start_web_app
File "/usr/local/lib/python3.8/dist-packages/nxbt/web/app.py", line 9, in
from flask import Flask, render_template, request
File "/usr/local/lib/python3.8/dist-packages/flask/init.py", line 14, in
from jinja2 import escape
ImportError: cannot import name 'escape' from 'jinja2' (/usr/local/lib/python3.8/dist-packages/jinja2/init.py)
The text was updated successfully, but these errors were encountered: