ckan / ckanext-issues

CKAN Issues Extension
https://github.com/ckan/ideas-and-roadmap/issues/4
MIT License
14 stars 31 forks source link

Fails to launch in vanilla CKAN 2.2 #12

Closed davidmegginson closed 9 years ago

davidmegginson commented 10 years ago

I installed following instructions in a vanilla instance of CKAN 2.2, and got the following error:

  File "/usr/lib/ckan/default/local/lib/python2.7/site-packages/ckanext/issues/model.py", line 9, in <module>
    from ckan.model.meta import types, Table, ForeignKey, DateTime
ImportError: cannot import name types

Missing dependency?

rufuspollock commented 10 years ago

@davidmegginson have you pulled latest code? I think we saw a similar error but it was fixed by code changes since January.

rufuspollock commented 9 years ago

FIXED. Def working with v2.2 and v2.3 when we last looked.