i have downloaded a open source python web app(for link click here) on github and i do all of its steps .its apkinspector web application
i got confused . how can i start it on my ubuntu linux server because it has many files .
i tried to run init.py files but i got errors like
Traceback (most recent call last):
File "__init__.py", line 16, in <module>
from flask import Flask, render_template
File "/usr/local/lib/python2.7/dist-packages/flask/__init__.py", line 17, in <module>
from werkzeug.exceptions import abort
File "/usr/local/lib/python2.7/dist-packages/werkzeug/__init__.py", line 152, in <module>
__import__('werkzeug.exceptions')
File "/usr/local/lib/python2.7/dist-packages/werkzeug/exceptions.py", line 71, in <module>
from werkzeug.wrappers import Response
File "/usr/local/lib/python2.7/dist-packages/werkzeug/wrappers.py", line 26, in <module>
from werkzeug.http import HTTP_STATUS_CODES, \
File "/usr/local/lib/python2.7/dist-packages/werkzeug/http.py", line 24, in <module>
from email.Utils import parsedate_tz
File "/home/ironstone/Desktop/apkinspector/webapp/app/email.py", line 16, in <module>
from flask import current_app, render_template
ImportError: cannot import name current_app
it has venv for python and i dont know how to work with.
pls if anyone can work with it or just download it and telling me how can i run it ?