Error
Open
- Dominant language
- Python
- Stars
- 82
- Forks
- 157
- PR merge metrics
- No merged PRs in 30d
Description
When I run this line of code:
`python2.7 datapusher/main.py deployment/datapusher_settings.py`
I get this error:
`root@DA-CKAN:~/datapusher# python2.7 datapusher/main.py deployment/datapusher_settings.py
Traceback (most recent call last):
File "datapusher/main.py", line 3, in
import ckanserviceprovider.web as web
File "/usr/local/lib/python2.7/dist-packages/ckanserviceprovider/web.py", line 13, in
import flask.ext.login as flogin
ImportError: No module named ext.login
root@DA-CKAN:~/datapusher#
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.