[ckan-pt] Instalação do Basiccharts

Andres MRM andres inventati.org
Terça-Feira, 6 de Maio de 2014 - 21:25:05 UTC


Oi, gente!


Estou tendo esse erro na hora de reiniciar o CKAN depois de instalar e ativar o basiccharts.
Mesmo depois de ter instalado e ativado o ckanext-viewhelpers.
Segui os READMEs, clonando os repos, ativando o VirtualEnv do CKAN e dando um python setup.py install.

Obrigado por qualquer ajuda!

[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188] mod_wsgi (pid=26647): Target WSGI script '/etc/ckan/default/apache.wsgi' cannot be loaded as Python module.
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188] mod_wsgi (pid=26647): Exception occurred processing WSGI script '/etc/ckan/default/apache.wsgi'.
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188] Traceback (most recent call last):
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/etc/ckan/default/apache.wsgi", line 10, in <module>
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     application = loadapp('config:%s' % config_filepath)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     return loadobj(APP, uri, name=name, **kw)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 272, in loadobj
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     return context.create()
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     return self.object_type.invoke(self)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 146, in invoke
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     return fix_call(context.object, context.global_conf, **context.local_conf)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     val = callable(*args, **kw)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/home/andres/ckan/lib/default/src/ckan/ckan/config/middleware.py", line 57, in make_app
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     load_environment(conf, app_conf)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/home/andres/ckan/lib/default/src/ckan/ckan/config/environment.py", line 232, in load_environment
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     p.load_all(config)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/home/andres/ckan/lib/default/src/ckan/ckan/plugins/core.py", line 134, in load_all
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     load(*plugins)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/home/andres/ckan/lib/default/src/ckan/ckan/plugins/core.py", line 149, in load
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     service = _get_service(plugin)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]   File "/home/andres/ckan/lib/default/src/ckan/ckan/plugins/core.py", line 256, in _get_service
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188]     raise PluginNotFoundException(plugin_name)
[Mon May 05 21:08:16 2014] [error] [client 186.203.205.188] PluginNotFoundException: basiccharts



Mais informações acerca da lista ckan-pt