You are not logged in.
Pages: 1
I can't get listen to open, and when I try from the terminal i get
[root@arch Desktop]# listen
Traceback (most recent call last):
File "/opt/gnome/bin/listen", line 33, in <module>
import pygst
ImportError: Bad magic number in /usr/lib/python2.4/site-packages/pygst.pyc
[root@arch Desktop]#
its weird it was working yesturday, any ideas?
Offline
Do you use the testing repo? If yes, try installing python24.
Offline
tried install python, and still get the same.
Offline
You didn't answered my question. Are you using the testing repo? If yes, it might be the problem as there are several new python package there. Probably listen doesn't work with python 2,5. Try installing python24 (notice the 24 at the end of the package name).
BTW listen works fine here with current/extra up-to-date.
Offline
i'm using the testing repo, at least its enabled in the pacman.conf. and i did install python24, and i still get the same result
Offline
you can prolly fix it by recompiling the source..
pyc`s are version dependent afaik , so if they are compiled on python2.4 ; well u get the magic number mismatch...
python
import py_compile
py_compile [path]
The.Revolution.Is.Coming - - To fight, To hunger, To Resist!
Offline
Pages: 1