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#21763 - [blueman] 1.21-6 fails to run
Attached to Project:
Community Packages
Opened by Jakub Lužný (Limoto) - Saturday, 20 November 2010, 19:38 GMT
Last edited by Ionut Biru (wonder) - Saturday, 20 November 2010, 20:47 GMT
Opened by Jakub Lužný (Limoto) - Saturday, 20 November 2010, 19:38 GMT
Last edited by Ionut Biru (wonder) - Saturday, 20 November 2010, 20:47 GMT
|
Detailsblueman fails to run, because it's missing module blueman.Constants, which is installed for Python 2.6:
Traceback (most recent call last): File "/usr/bin/blueman-applet", line 40, in <module> from blueman.Constants import * ImportError: No module named blueman.Constants Recompilation of blueman fails too, because configure tries to run some of its tests on python3 instead of python2: checking for headers required to compile python extensions... File "<string>", line 1 import sys; print sys.prefix ^ SyntaxError: invalid syntax File "<string>", line 1 import sys; print sys.exec_prefix ^ SyntaxError: invalid syntax not found configure: error: Could not find Python header |
This task depends upon
pacman -Q python2
ls -l /usr/bin/python2
blueman 1.21-6
$ pacman -Q python2
python2 2.7-3
$ ls -l /usr/bin/python2
lrwxrwxrwx 1 root root 9 20. říj 05.22 /usr/bin/python2 -> python2.7
pacman -Qi blueman
blueman 1.21-6 has /usr/lib/python2.7/site-packages/blueman/Constants.py which i can import it.
python2
Python 2.7 (r27:82500, Oct 20 2010, 03:28:42)
[GCC 4.5.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from blueman.Constants import *
>>>