[ckan-dev] Install error of ckanext-sa

Kim Haklae haklaekim at gmail.com
Tue Sep 10 08:26:56 UTC 2013


Hi Adria,

Thanks. I missed the comment - "Change plugin name sa_customizations -> sa".
It works now.. :)

Haklae


On Tue, Sep 10, 2013 at 12:24 AM, Adrià Mercader <adria.mercader at okfn.org>wrote:

> Hi Kim,
>
> The plugin is called "sa", not "sa_customizations":
> https://github.com/okfn/ckanext-sa/blob/master/setup.py#L29
>
> Update your ini file and you should be fine.
>
> Adrià
>
> On 10 September 2013 04:58, Kim Haklae <haklaekim at gmail.com> wrote:
> > Hi Pabitra,
> >
> > Correct. Where should I do run this command (python setup.py develop)?
> > I have downloaded and extracted the extension, and executed this command
> at
> > that folder.
> >
> > - Haklae
> >
> >
> > On Mon, Sep 9, 2013 at 8:42 PM, Pabitra Dash <pkdash_reena at hotmail.com>
> > wrote:
> >>
> >> I am assuming you ran the following command from your extension folder
> >> (ckanext-sa).
> >>
> >> python setup.py develop
> >>
> >> Pabitra
> >>
> >>
> >> ________________________________
> >> Date: Mon, 9 Sep 2013 17:32:41 -0700
> >> From: haklaekim at gmail.com
> >> To: ckan-dev at lists.okfn.org
> >> Subject: [ckan-dev] Install error of ckanext-sa
> >>
> >>
> >> Hi,
> >>
> >>
> >> When I install the ckanext-sa, I got a following error.
> >> As followed the instructions, ckanext-pdeu is already installed without
> >> any error. However, it returns "plugin not found exception".
> >> Thanks in advance.
> >>
> >> - Haklae
> >>
> >> ==================
> >> paster serve /etc/ckan/default/development.ini
> >> Traceback (most recent call last):
> >>   File "/usr/lib/ckan/default/bin/paster", line 9, in <module>
> >>     load_entry_point('PasteScript==1.7.5', 'console_scripts',
> 'paster')()
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/script/command.py",
> >> line 104, in run
> >>     invoke(command, command_name, options, args[1:])
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/script/command.py",
> >> line 143, in invoke
> >>     exit_code = runner.run(args)
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/script/command.py",
> >> line 238, in run
> >>     result = self.command()
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/script/serve.py",
> >> line 284, in command
> >>     relative_to=base, global_conf=vars)
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/script/serve.py",
> >> line 321, in loadapp
> >>     **kw)
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> >> line 247, in loadapp
> >>     return loadobj(APP, uri, name=name, **kw)
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> >> line 272, in loadobj
> >>     return context.create()
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> >> line 710, in create
> >>     return self.object_type.invoke(self)
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> >> line 146, in invoke
> >>     return fix_call(context.object, context.global_conf,
> >> **context.local_conf)
> >>   File
> >>
> "/usr/lib/ckan/default/local/lib/python2.7/site-packages/paste/deploy/util.py",
> >> line 56, in fix_call
> >>     val = callable(*args, **kw)
> >>   File
> >> "/home/haklaekim/ckan/lib/default/src/ckan/ckan/config/middleware.py",
> line
> >> 54, in make_app
> >>     load_environment(conf, app_conf)
> >>   File
> >> "/home/haklaekim/ckan/lib/default/src/ckan/ckan/config/environment.py",
> line
> >> 133, in load_environment
> >>     p.load_all(config)
> >>   File "/home/haklaekim/ckan/lib/default/src/ckan/ckan/plugins/core.py",
> >> line 95, in load_all
> >>     find_user_plugins(config)
> >>   File "/home/haklaekim/ckan/lib/default/src/ckan/ckan/plugins/core.py",
> >> line 177, in find_user_plugins
> >>     raise PluginNotFoundException(name)
> >> ckan.plugins.core.PluginNotFoundException: sa_customizations
> >>
> >>
> >> --
> >> Dr.Dr. Haklae Kim
> >> Semantic Web and Open Data Hacker
> >> Open Knowledge Foundation Korea
> >> http://thedatahub.kr
> >> http://getthedata.kr
> >> http://blogweb.co.kr
> >> Tel: +82-(0)10-3201-0714
> >> Who's Who in the World's 27th Edition - 2010
> >> IBC 2000 Outstanding Scientists - 2010
> >>
> >> _______________________________________________ ckan-dev mailing list
> >> ckan-dev at lists.okfn.org http://lists.okfn.org/mailman/listinfo/ckan-dev
> >> Unsubscribe: http://lists.okfn.org/mailman/options/ckan-dev
> >>
> >> _______________________________________________
> >> ckan-dev mailing list
> >> ckan-dev at lists.okfn.org
> >> http://lists.okfn.org/mailman/listinfo/ckan-dev
> >> Unsubscribe: http://lists.okfn.org/mailman/options/ckan-dev
> >>
> >
> >
> >
> > --
> > Dr.Dr. Haklae Kim
> > Semantic Web and Open Data Hacker
> > Open Knowledge Foundation Korea
> > http://thedatahub.kr
> > http://getthedata.kr
> > http://blogweb.co.kr
> > Tel: +82-(0)10-3201-0714
> > Who's Who in the World's 27th Edition - 2010
> > IBC 2000 Outstanding Scientists - 2010
> >
> > _______________________________________________
> > ckan-dev mailing list
> > ckan-dev at lists.okfn.org
> > http://lists.okfn.org/mailman/listinfo/ckan-dev
> > Unsubscribe: http://lists.okfn.org/mailman/options/ckan-dev
> >
>
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: http://lists.okfn.org/mailman/options/ckan-dev
>



-- 
Dr.Dr. Haklae Kim
Semantic Web and Open Data Hacker
Open Knowledge Foundation Korea
http://thedatahub.kr
http://getthedata.kr
http://blogweb.co.kr
Tel: +82-(0)10-3201-0714
Who's Who in the World's 27th Edition - 2010
IBC 2000 Outstanding Scientists - 2010
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20130910/86562b1d/attachment-0001.html>


More information about the ckan-dev mailing list