[PEAK] peak/utils/addons import problem

nicky van foreest vanforeest at gmail.com
Sun Oct 23 17:34:25 EDT 2011


Hi,

I updated my ubuntu version just now, and it broke my working trellis
installation. Yesterday everything worked just fine. Does anybody have
an idea what might be wrong? I did not change my pythonpath, or
anything else. I also tried reinstalling trellis, but to no avail.

Thanks in advance

Nicky

PS. Some things I checked:

in ipython the auto-completion on from peak.events works. Apparently,
python can find peak.events. However, from peak.utils fails.



nicky at chuck:~/lib/python$ cat easy-install.pth
import sys; sys.__plen = len(sys.path)
./Trellis-0.7a2
./Contextual-0.7a1.dev_r2695-py2.7.egg
./DecoratorTools-1.8-py2.7.egg
./AddOns-0.7-py2.7.egg
./SymbolType-1.0-py2.7.egg
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:];
p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert =
p+len(new)


nicky at chuck:~/lib/python$ env |grep PY
PYTHONPATH=/home/nicky/myprogs/python/:/home/nicky/lib/python/:.


nicky at chuck:~/lib/python$ python
Python 2.7.2+ (default, Oct  4 2011, 20:06:09)
[GCC 4.6.1] on linux2


More information about the PEAK mailing list