You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest version of CKAN and Pylons is installed in my virtualenv, yet I get:
import ckanapi
File "/Users/peder/source/ckanapi/ckanapi.py", line 64, in
from ckan.logic import (ParameterError, NotAuthorized, NotFound,
File "/Users/peder/Envs/ckan-datatools/lib/python2.7/site-packages/ckan-2.0b-py2.7.egg/ckan/logic/init.py", line 8, in
import ckan.lib.base as base
File "/Users/peder/Envs/ckan-datatools/lib/python2.7/site-packages/ckan-2.0b-py2.7.egg/ckan/lib/base.py", line 9, in
from pylons import c, cache, config, g, request, response, session
ImportError: cannot import name c
The text was updated successfully, but these errors were encountered:
Latest version of CKAN and Pylons is installed in my virtualenv, yet I get:
import ckanapi
File "/Users/peder/source/ckanapi/ckanapi.py", line 64, in
from ckan.logic import (ParameterError, NotAuthorized, NotFound,
File "/Users/peder/Envs/ckan-datatools/lib/python2.7/site-packages/ckan-2.0b-py2.7.egg/ckan/logic/init.py", line 8, in
import ckan.lib.base as base
File "/Users/peder/Envs/ckan-datatools/lib/python2.7/site-packages/ckan-2.0b-py2.7.egg/ckan/lib/base.py", line 9, in
from pylons import c, cache, config, g, request, response, session
ImportError: cannot import name c
The text was updated successfully, but these errors were encountered: