You are not logged in.
Pages: 1
hi
After the upgrade of python to version 2.5 the lyrics retrieval in sonata stopped working. It was working fine in 2.4 and I reinstalled SOAPpy (which strangely again made it into /usr/lib/python2.4/site-packages) and fpconst. Any hint is highly appreciated.
regards
Last edited by mykey (2007-03-22 07:50:02)
Offline
Hi mykey
The fact it installs to a Python 2.4 dir should give you a hint .
The stuff should be recompiled against 2.5. Is it an AUR package?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
hei jokerman - nice to see you
ok - my man - I will try that
Offline
recompiling against python 2.5 dosn't fix it..Also I think it is an issue with tagpy and possibly soappy. I will get the exact error I get and post it. Now if it is a community aur package do we post a bug report or simply post it as a note in the AUR? I tried to rebuild Soappy but get a build error with the src file __init__.py.
Last edited by shen (2007-03-21 14:40:26)
Offline
Ok here's the message I get with sonata..
/usr/lib/python2.5/site-packages/tagpy/__init__.py:1: RuntimeWarning: Python C API version mismatch for module _tagpy: This Python has API version 1012, module _tagpy as version 1012,
from _tagpy import Tag, File, Fileref, AudioProperties, StringType, ReadStyle
So I am assuming that the tagpy is not compatible with Python2.5 or something along those lines.
Offline
Hmm.. that's not what I got after rebuilding tagpy, I got this:
File "/usr/lib/python2.5/site-packages/tagpy/__init__.py", line 1, in <module> from _tagpy import Tag, File, FileRef, AudioProperties, StringType, ReadStyle
ImportError: /usr/lib/libboost_python.so.1.33.1: undefined symbol: Py_InitModule4
Updated abs and am now building a new package of boost, hopefully that'll fix it (latest package version is 1.33.1-6, I got -5, so I guess my mirror wasn't totally up to sync).
EDIT: Haha, at least they have humour (boost authors), it's been spitting out a few lines saying "...patience...". :-)
EDIT2: Tagpy is working fine here now after updating rebuilding the boost and tagpy packages.
Last edited by [vEX] (2007-03-21 18:11:26)
PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM
Offline
someone dated SOAPpy up in current to python-soappy-0.12.0-5 - thanks a lot - lyric retrieval works again - maybe I should be a little more patient next time ...
thanks again
Offline
sorry...i am still confused. i am using MPD+Sonata and would love the lyric retrieval to work. Pacman -Sy soappy isnt working for me though......
Offline
Hi,
try pacman -S python-soappy
Jean-Paul
I'm root. if you see me smile, you'd better have a backup!!
Offline
[root@vladimir karam]# pacman -Sy python-soappy
:: Synchronizing package databases...
current 68.8K 153.2K/s 00:00:00 [#####################] 100%
extra 260.0K 263.5K/s 00:00:01 [#####################] 100%
error: 'python-soappy': not found in sync db
Is soappy a 32-bit-only package? I am running arch64...
Offline
I think it should work in arch64 too.
python-soappy is in the community-repos. you have to "community" activate in your pacman.conf
Jean-Paul
I'm root. if you see me smile, you'd better have a backup!!
Offline
Got it; thanks!
Offline
Pages: 1