Skip to content
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

Open
illoi opened this issue Mar 7, 2016 · 6 comments
Open

installing ckanext-publicamundi (ckan 2.5.1) #229

illoi opened this issue Mar 7, 2016 · 6 comments

Comments

@illoi
Copy link

illoi commented Mar 7, 2016

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 *

@kalxas
Copy link
Member

kalxas commented Mar 7, 2016

ckanext-publicamundi is not yet tested/ported to CKAN 2.5.
Our stable release is based on CKAN 2.2

@illoi
Copy link
Author

illoi commented Mar 7, 2016

many thanks

@jguo144
Copy link

jguo144 commented Jul 1, 2016

How much effort would be required to get ckanext-publicamundi working on CKAN 2.5?

@kalxas
Copy link
Member

kalxas commented Jul 12, 2016

Hi @jguo144
I think it would require around 3-4 man months to do such a port, since there are many things that changed within CKAN (mostly in the 2.3 release)

@stevenvandervalk
Copy link

@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?

@kalxas
Copy link
Member

kalxas commented May 27, 2017

@stevenvandervalk I am not aware of any. Feel free to look at that part of our code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants