Comment 3 for bug 410104

Revision history for this message
Philippe Normand (philn) wrote : Re: [Bug 410104] [NEW] Running weather plugin results in 'PluginRegistry' object has no attribute 'info'

Le vendredi 07 août 2009 à 12:33 +0000, max.ott a écrit :
> On 07/08/2009, at 6:38 PM, Philippe Normand wrote:
>
> > When developing you should use the latest version of Moovida (either
> > the
> > release tarballs or the bzr branch which is safe-to-use as well).
>
> Thanks for your reply, but this is exactly what I'm doing - following
> the instructions on your web site:
>
> % bzr branch lp:elisa
> Was I supposed to grab another branch, from another project?
> Where do I find up-to-date information on getting started.
> Thanks,
> -max
>

The lp:elisa branch is fine. So next step is to uninstall the
system-wide elisa/moovida packages. The important thing is to check that
when from a Python shell you import "elisa", the local (from your
branch) package is picked up:

python -c "import elisa; print elisa"

should print the path of the elisa package.