ascherjim
|
2008-02-05
, 23:59
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#41
|
|
2008-02-06
, 06:36
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#42
|
Madman: I uninstalled both YouAmp and mutagen, then reinstalled YouAmp from your web site. (Mutagen is no longer there as an option also to install -- so I was unable to reinstall it. Couldn't find it anywhere else either, not even in Red Pill.) Anyway, YouAmp seemed to have a successful install, but when I tried to bring it up in the Extras menu, again nothing happened. Entering youamp-player in xterm again gives the message that there's no module named genome.gconf. Back to square one?
|
2008-02-06
, 08:00
|
Posts: 80 |
Thanked: 55 times |
Joined on Oct 2007
|
#43
|
The Following User Says Thank You to MadMan2k For This Useful Post: | ||
|
2008-02-06
, 09:01
|
Posts: 223 |
Thanked: 67 times |
Joined on Jun 2006
|
#44
|
|
2008-02-06
, 10:38
|
Posts: 80 |
Thanked: 55 times |
Joined on Oct 2007
|
#45
|
The Following User Says Thank You to MadMan2k For This Useful Post: | ||
|
2008-02-06
, 13:12
|
|
Posts: 239 |
Thanked: 53 times |
Joined on Jan 2008
@ Massachusetts
|
#46
|
|
2008-02-06
, 15:17
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#47
|
that is really weird. one last test: could you go into the console, type "python" and after the interpreter starts type "import gnome.gconf" that should at least give the same error message.
And while you are there also try just "import gconf".
If both fail, go back to console and try:
dpkg-query -S gconf.so
|
2008-02-06
, 15:19
|
Posts: 147 |
Thanked: 12 times |
Joined on Aug 2007
@ Washington State
|
#48
|
|
2008-02-06
, 18:21
|
Posts: 80 |
Thanked: 55 times |
Joined on Oct 2007
|
#49
|
The Following User Says Thank You to MadMan2k For This Useful Post: | ||
|
2008-02-06
, 18:37
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#50
|
yeah, you have a different kind of error. On your system it finds gconf, but your gtk has no set_application_name method.
So currently there are two kinds of errors:
* python-gconf is not found
* gtk.set_application_name is not found
and of course there are people where it just works