nicky van foreest
2011-10-23 22:34:50 UTC
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.
***@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)
***@chuck:~/lib/python$ env |grep PY
PYTHONPATH=/home/nicky/myprogs/python/:/home/nicky/lib/python/:.
***@chuck:~/lib/python$ python
Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2
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.
***@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)
***@chuck:~/lib/python$ env |grep PY
PYTHONPATH=/home/nicky/myprogs/python/:/home/nicky/lib/python/:.
***@chuck:~/lib/python$ python
Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1] on linux2