Comment 2 for bug 789657

Revision history for this message
Maarten Bosmans (mkbosmans) wrote :

> expected

Do you mean that python2.7 is supposed to pickup that library in usr/lib/python2.6, or that the files installed in /usr/share/pyshared/psyco/ suffice for all versions?

> not expected. you should include more information

$ ipython
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
Type "copyright", "credits" or "license" for more information.

In [1]: import psyco
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)

<ipython console> in <module>()

ImportError: No module named psyco

and for the currently installed versions (on natty)
$ aptitude search '~i.*python[23]|-psyco\b' -F "%p %V" --disable-columns
libpython2.6 2.6.6-6ubuntu7
libpython2.7 2.7.1-5ubuntu2
python-psyco 1.6-2ubuntu1
python-psyco-doc 1.6-2
python2.6 2.6.6-6ubuntu7
python2.6-minimal 2.6.6-6ubuntu7
python2.6-psyco <geen>
python2.7 2.7.1-5ubuntu2
python2.7-dev 2.7.1-5ubuntu2
python2.7-minimal 2.7.1-5ubuntu2
python3 3.2-1ubuntu1
python3-minimal 3.2-1ubuntu1
python3.2 3.2-1ubuntu1
python3.2-minimal 3.2-1ubuntu1

What info do you need exactly?