You are not logged in.

#1 2007-01-25 01:31:46

tronica
Member
Registered: 2006-11-02
Posts: 121

listen won't open today

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

#2 2007-01-25 03:22:31

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: listen won't open today

Do you use the testing repo? If yes, try installing python24.

Offline

#3 2007-01-25 16:04:29

tronica
Member
Registered: 2006-11-02
Posts: 121

Re: listen won't open today

tried install python, and still get the same.

Offline

#4 2007-01-25 18:55:43

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: listen won't open today

You didn't answered my question. wink 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

#5 2007-01-25 22:02:43

tronica
Member
Registered: 2006-11-02
Posts: 121

Re: listen won't open today

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

#6 2007-01-25 23:09:37

noriko
Member
From: In My Mind
Registered: 2006-06-09
Posts: 535
Website

Re: listen won't open today

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

Board footer

Powered by FluxBB