Comment 10 for bug 810019

Revision history for this message
Iain Lane (laney) wrote :

Removing the .pth breaks paste (thanks Daviey):

(sid-amd64)root@raleigh:/srv/home/laney# python -c 'import paste'
(sid-amd64)root@raleigh:/srv/home/laney# rm /usr/lib/python2.6/dist-packages/Paste-1.7.5.1-nspkg.pth
(sid-amd64)root@raleigh:/srv/home/laney# python -c 'import paste'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named paste