FS#42609 - [xmms2] python3 failed to import xmmsclient

Attached to Project: Community Packages
Opened by Thomas Krug (phragment) - Thursday, 30 October 2014, 03:11 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 03 March 2015, 14:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
After switching from xmms2-git (AUR, 0.8DrO_o version) to community/xmms2, I cannot use xmmsclient module with python3 anymore.
(python2 is unaffected.)

Additional info:
Package: xmms2 0.8DrO_o-30

Steps to reproduce:
$ python
Python 3.4.2 (default, Oct 8 2014, 13:44:52)
[GCC 4.9.1 20140903 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import xmmsclient
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.4/site-packages/xmmsclient/__init__.py", line 9, in <module>
import xmmsapi, xmmsvalue
File "xmmsvalue.pxd", line 9, in init xmmsapi (../src/clients/lib/python/xmmsapi.c:32478)
File "xmmsvalue.pyx", line 33, in init xmmsvalue (../src/clients/lib/python/xmmsvalue.c:17497)
ValueError: level must be >= 0
>>>
This task depends upon

Closed by  Sergej Pupykin (sergej)
Tuesday, 03 March 2015, 14:30 GMT
Reason for closing:  Fixed

Loading...