From: gregor herrmann Date: Thu, 5 Jul 2018 17:28:21 +0000 (+0200) Subject: try to be a bit more clever in finding our libraries X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/5a46011332bbb5252b14d5cc1828772b09c3225e?ds=inline;hp=5a46011332bbb5252b14d5cc1828772b09c3225e try to be a bit more clever in finding our libraries appending '..' to sys.path only works when seepark_web.py is started from its directory, otherwise we get: flask.cli.NoAppException: While importing "seepark_web", an ImportError was raised: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/flask/cli.py", line 235, in locate_app __import__(module_name) File "/home/gregoa/src/toastfreeware/seepark/web/seepark_web.py", line 14, in from seeparklib.openweathermap import openweathermap_json, OpenWeatherMapError ModuleNotFoundError: No module named 'seeparklib' ---