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#21338 - /usr/lib/python2.6/site-packages/ not empty
Attached to Project:
Arch Linux
Opened by zeld (zeld) - Tuesday, 19 October 2010, 14:35 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 19 October 2010, 15:58 GMT
Opened by zeld (zeld) - Tuesday, 19 October 2010, 14:35 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 19 October 2010, 15:58 GMT
|
DetailsDescription:
After upgradig to python 2.7 i have noticed that the folder "/usr/lib/python2.6/site-packages/" has not been removed and is not empty. This is the content: ls /usr/lib/python2.6/site-packages/ libxml2.pyo PyQt4 sipconfig.pyc END zeld |
This task depends upon
error: No package owns /usr/lib/python2.6/site-packages/libxml2.pyo
pacman -Qo /usr/lib/python2.6/site-packages/sipconfig.pyc
error: No package owns /usr/lib/python2.6/site-packages/sipconfig.pyc
pacman -Qo /usr/lib/python2.6/site-packages/PyQt4
error: cannot determine ownership of a directory
this is happening because libxml2 and the others doesn't include optimized python files in the package.
error: No package owns /usr/lib/python2.6/site-packages/PyQt4/__init__.pyc
ok... i delete the directory /usr/lib/python2.6/
Thanks. :)
zeld