Re: peak/utils/addons import problem
nicky van foreest <[email protected]> Mon, 24 Oct 2011 09:02:30 +0200
| Newsgroups | gmane.comp.python.peak |
|---|---|
| Message-ID | <CAK_GA2FF7iofpbpOTzG0-iU9MmWjXMp_ry7oEy8X7RHCzTATUA@mail.gmail.com> |
HI,
This is what I get
nicky@chuck:~/myprogs/python/an$ python view.py
Traceback (most recent call last):
File "view.py", line 11, in <module>
from peak.events import trellis
File "/home/nicky/lib/python/Trellis-0.7a2-py2.7.egg/peak/events/trellis.=
py",
line 3, in <module>
from peak.util import addons, decorators
ImportError: cannot import name addons
So why can peak.events.trellis be found, but peak.util.addons not?
Nicky
On 24 October 2011 00:55, PJ Eby <pje-Wh6+Hckhi6HFNGf7iClzIwC/[email protected]> wrote:
> On Sun, Oct 23, 2011 at 5:34 PM, nicky van foreest <[email protected]>
> wrote:
>>
>> Hi,
>>
>> I updated my ubuntu version just now, and it broke my working trellis
>> installation.
>
> You'll need to be more specific about "broke". =A0Do you have a traceback=
?
>