On Thu, Nov 23, 2006, Raphael Hertzog wrote:
> But /var/lib/python-support contains both the *.pyc and the *.py (although
> as symlink to the real file).

 Oh that's nice.  I found the *.py in /usr/share/python-support, and
 didn't look for them under /var/lib.

> This is already the case. I believe it has been added when we discovered
> problems due to *.so and *.py being in different directories.
> You might want to close this bug.

 I still think there's currently no protection against silent breakage
 in python-support.  Packages are still ./configured to install python
 modules into /usr/lib, but this does not reflect the runtime location
 of files.  This is particularly a problem for plugins mechanisms.

 I suppose it would be enough to 1) document the problem in the
 python-support documentation 2) recommend people to ./configure with a
 python path of /var/lib/python-support/pythonX.Y 3) stop moving files
 from /usr/lib/pythonX.Y into /var/lib/python-support.  3) is obviously
 for the long term.

-- 
Loïc Minier <[EMAIL PROTECTED]>
        10 SIN
        20 GO TO ROBOT HELL             -- Temple of Robotology

Reply via email to