Comment 1 for bug 378224

Revision history for this message
juhtolv (juhtolv) wrote :

Maybe this helps, when debugging this:

If I give this command:

locate docutils | sort | less

It shows gazillion lines that say: ”/usr/lib/python2.5/site-packages/docutils"

But if I gives this command (in zsh):

% whence -savc python

It says:/usr/bin/X11/python -> /usr/bin/python2.6
/usr/X11R6/bin/python -> /usr/bin/python2.6
/usr/bin/python -> /usr/bin/python2.6

Maybe it should depend on python2.5 instead of plain python?