#14 — 'self' not defined

by Kees Hink last modified Jan 08, 2009 02:32 PM
State Resolved
Version: 0.8.3
Area Functional
Issue type Bug
Severity Medium
Submitted by Kees Hink
Submitted on Dec 02, 2008
Responsible
Target release:
I created a new plone instance from buildout, and added Clouseau 0.8.3 through productdistros. When starting a new session, the first thing i see is:

Traceback (most recent call last):
  File "<input>", line 10, in ?
NameError: name 'self' is not defined

...rendering Clouseau unusable.

Version 0.8.1 still works fine.
Steps to reproduce:
- install a new plone using paster create -t plone3_buildout
- add 'urls = http://plone.org/[…]/clouseau-0-8-3.zip' to [productdistros] section
- install the product from prefs_install_products_form
- open a new Clouseau session
Added by Pavel Bogdanovic on Dec 02, 2008 01:30 PM
I noticed the same when Clouseau is added as an egg.
Added by Andy McKay on Dec 04, 2008 06:19 PM
Yes I saw this too, I'll try to get to it tomorrow.

Btw to install all you need to do is add: Products.Clouseau to the eggs part of the buildout.
Added by Andy McKay on Dec 05, 2008 04:41 AM
Issue state: unconfirmedresolved
Should be fixed, 0.8.4 in pypi (hopefully). Re-open if there's a problem. Cheers.
Added by (anonymous) on Dec 05, 2008 08:47 AM
Confirmed resolved, and thanks for the hint.
Added by Kees Hink on Dec 05, 2008 08:50 AM
... says I.

No responses can be added.