Can any body teach me how to resolve this GeoNode problem? I tried following Geonode's documentation on installing it in development mode which was successful however when I tried changing its default configuration form using sqlite3 to postgresql the error below happens. Any help is greatly appreciated.
Traceback (most recent call last): File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 195, in _run_task return do_task() File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 191, in do_task task() File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 320, in __call__ retval = environment._run_task(self.name, self.needs, self.func) File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 213, in _run_task return do_task() File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 192, in do_task return func(**kw) File "pavement.py", line 345, in start_geoserver from geonode.settings import OGC_SERVER File "/home/gistech1/geonode/geonode/settings.py", line 858, in from local_settings import * # noqa File "/home/gistech1/geonode/geonode/local_settings.py", line 38, in 'LOG_FILE': '%s/geoserver/data/logs/geoserver.log' % os.path.abspath(os.path.join(PROJECT_ROOT, os.pardir)), NameError: name 'os' is not defined I tried looking and editing at the settings.py and the local_settings.py of the geonode installation to solve it but to no avail. Please help
أكثر...
Traceback (most recent call last): File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 195, in _run_task return do_task() File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 191, in do_task task() File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 320, in __call__ retval = environment._run_task(self.name, self.needs, self.func) File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 213, in _run_task return do_task() File "/home/gistech1/.venvs/geonode/local/lib/python2.7/site-packages/paver/tasks.py", line 192, in do_task return func(**kw) File "pavement.py", line 345, in start_geoserver from geonode.settings import OGC_SERVER File "/home/gistech1/geonode/geonode/settings.py", line 858, in from local_settings import * # noqa File "/home/gistech1/geonode/geonode/local_settings.py", line 38, in 'LOG_FILE': '%s/geoserver/data/logs/geoserver.log' % os.path.abspath(os.path.join(PROJECT_ROOT, os.pardir)), NameError: name 'os' is not defined I tried looking and editing at the settings.py and the local_settings.py of the geonode installation to solve it but to no avail. Please help
أكثر...