-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing ckanext-publicamundi (ckan 2.5.1) #229
Comments
ckanext-publicamundi is not yet tested/ported to CKAN 2.5. |
many thanks |
How much effort would be required to get ckanext-publicamundi working on CKAN 2.5? |
Hi @jguo144 |
@kalxas Thanks for confirming this! I couldn't understand the nature of my GDAL and Geoalchemy errors. Do you know of any efforts/ workarounds besides https://github.com/GeoinformationSystems/ckanext-geoserver that would enable publishing of CKAN datasets to a geoserver/mapserver? |
@stevenvandervalk I am not aware of any. Feel free to look at that part of our code. |
v: ckan 2.5.1, ubuntu 14.04, apache2, python 2.7.6
by installing publicamundi I get following error:
ImportError: cannot import name toolkit
I have downloaded the zip file (source: https://github.com/PublicaMundi/ckanext-publicamundi)
and worked as follows:
'. /usr/lib/ckan/default/bin/activate'
'cd /usr/lib/ckan/default/src'
'pip install -r requirements.txt'
'python setup.py develop'
'paster publicamundi --config /etc/ckan/default/production.ini setup'
'apt-get install libgeos-c1'
'sudo apt-get install libxml2-dev libxslt1-dev python-dev'
'sudo apt-get install python-lxml'
'pip install lxml'
by giving the command 'paster publicamundi --config /etc/ckan/default/production.ini setup'
I get ImportError: cannot import name toolkit
I try to import toolkit, but I get *NameError: name 'toolkit' is not defined *
The text was updated successfully, but these errors were encountered: