[ckan-dev] Windows Install Fail at "paster db init"
Sean Hammond
sean.hammond at okfn.org
Tue Nov 6 15:18:51 UTC 2012
> Hi, I'm hoping someone might recognize the following error or can tell me
> what dependency I am missing. I trying to run ckan 1.8 in a virtualenv on
> Windows Vista. Thanks ! :)
>
> File "c:\Users\jakoped\pyenv\src\ckan\ckan\lib\fanstatic_resources.py",
> line 214, in create_library
> members.append(getattr(module, fanstatic_name))
> AttributeError: 'module' object has no attribute
> 'vendor/bootstrap/js/bootstrap-transition.js'
I believe this happens when CKAN tries to access a static resource (e.g.
a css or js file) that hasn't been 'registered' with fanstatic yet. But
I don't understand why you're getting this error from the CKAN core
code.
More information about the ckan-dev
mailing list