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#21309 - pygtk apps do not start after upgrading to python3
Attached to Project:
Arch Linux
Opened by Doug Penner (DarwinSurvivor) - Monday, 18 October 2010, 23:05 GMT
Last edited by Allan McRae (Allan) - Tuesday, 19 October 2010, 00:35 GMT
Opened by Doug Penner (DarwinSurvivor) - Monday, 18 October 2010, 23:05 GMT
Last edited by Allan McRae (Allan) - Tuesday, 19 October 2010, 00:35 GMT
|
DetailsDescription:
pygtk apps do not start after upgrading to python3 Additional info: * package version(s) pygtk 2.22.0-3 * config and/or log files etc. bash: /usr/bin/sonata: /usr/bin/python2: bad interpreter: No such file or directory bash: /usr/bin/terminator: /usr/bin/python2: bad interpreter: No such file or directory bash: /usr/bin/ccsm: /usr/bin/python2: bad interpreter: No such file or directory rhythmbox and gimp both run, but with references to the above error in their output. Steps to reproduce: 1) upgrade to python3 2) start sonata, terminator, ccsm or almost any other pygtk app. Have not confirmed on i686, but sure it would do the same. |
This task depends upon
python2 IS installed but looking in /usr/bin/ I found "python2.7" but not "python2" (pacman -Ql listed python2.7 but not python2 in /usr/bin as well).
I reinstalled python2 (sudo pacman -S python2 --asdeps) and /usr/bin/python2 appeared and everything started working again.
I find it strange that reinstalling python2 added another executable but python2's version number didn't increase (so pacman didn't update it automatically). Should I open a bug for the python2 package requesting a version number increase?
https://bugs.archlinux.org/task/21310
If nobody else has had this problem, then I guess I screwed something up, if it's happened to others, then something strange must have happened in the repos or something.