Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1624 - python library install path
Attached to Project:
Arch Linux
Opened by Aaron Griffin (phrakture) - Thursday, 14 October 2004, 20:10 GMT
Last edited by dorphell (dorphell) - Thursday, 09 December 2004, 21:16 GMT
Opened by Aaron Griffin (phrakture) - Thursday, 14 October 2004, 20:10 GMT
Last edited by dorphell (dorphell) - Thursday, 09 December 2004, 21:16 GMT
|
DetailsAll python libraries should be installed to a version independant path. Any python package with a build.py script has a switch to enable this. By default most install to ....python2.3/site-packages/
However, upon a switch to python 2.4 in the future, these packages would need to be updated, and may still be functional with the new python version. |
This task depends upon
Closed by Jason Chu (jason)
Wednesday, 29 December 2004, 23:43 GMT
Reason for closing: Fixed
Additional comments about closing: From now on all python packages will include the previous version's site-packages directory in their library path.
Wednesday, 29 December 2004, 23:43 GMT
Reason for closing: Fixed
Additional comments about closing: From now on all python packages will include the previous version's site-packages directory in their library path.
all python packages need to be rebuilt
As far as I can tell, the Python developers are smart.
[jchu@aries ~]$ python
Python 2.4 (#2, Dec 8 2004, 15:33:16)
[GCC 3.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
['', '/home/jchu', '/usr/lib/python2.3/site-packages', '/opt/gnome/lib/python2.3/site-packages', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages']
>>>
I'll have to think about this some more.
If you do, tell me why.