maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   YouAmp - yet another Music player for Maemo (https://talk.maemo.org/showthread.php?t=13792)

ascherjim 2008-02-05 23:59

Re: YouAmp - yet another Music player for Maemo
 
Quote:

Originally Posted by MadMan2k (Post 138681)
you have to uninstall the old version first. (mutagen aswell)

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?

ascherjim 2008-02-06 06:36

Re: YouAmp - yet another Music player for Maemo
 
Quote:

Originally Posted by ascherjim (Post 138812)
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?

madman: now I'm getting different message:

home/user # youamp-player
Traceback (most recent call last):
File "/usr/bin/youamp-player", line 22, in <module>
main()
File "/usr/bin/youamp-player", line 18, in main
player = youamp.ui.main.Window()
File "debian/youamp/usr/lib/python2.5/site-packages/youamp/ui/main.py", line 25, in __init__
AttributeError: 'module' object has no attribute 'set_application_name'
/home/user #

MadMan2k 2008-02-06 08:00

Re: YouAmp - yet another Music player for Maemo
 
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

gowen 2008-02-06 09:01

Re: YouAmp - yet another Music player for Maemo
 
I've had the same experience. I install version 0.3 and get the gnome.gconf error. Then after uninstalling/reinstalling I get the 'set_application_name' error. I did try installing python2.5-gnome-dev (in red pill mode) but it mode no difference so I un-installed it.

importing gnome.gconf or gconf in the python interpreter both report 'ImportError: No module named gconf (or gnome.gconf). This is with python2.5.1 running on OS2008 on an N800. Application manager reports the python runtime as version c1.0-2

dpkg-query -S gconf.so produced
python2.5-gnome: /usr/lib/python2.5/site-packages/gnome/gconf.so

MadMan2k 2008-02-06 10:38

Re: YouAmp - yet another Music player for Maemo
 
I really dont get it - it seems like you have a different python than me.

I have no *-dev packages installed and also use python2.5.1.
As a last hope you might remove python2.4 and install python2.5-runtime.

dubwise 2008-02-06 13:12

Re: YouAmp - yet another Music player for Maemo
 
I uninstalled and upgraded and everything went fine.
Lost my track repeat, of course, but I wanted you to know it was working for someone.

ascherjim 2008-02-06 15:17

Re: YouAmp - yet another Music player for Maemo
 
Quote:

Originally Posted by MadMan2k (Post 138907)
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

Is the following of any use to you?

Nokia-N800-50-2:~# python
Python 2.5.1 (r251:54863, Oct 25 2007, 15:53:25)
[GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gnome.gconf
>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
>>>
Nokia-N800-50-2:~# python
Python 2.5.1 (r251:54863, Oct 25 2007, 15:53:25)
[GCC 3.4.4 (release) (CodeSourcery ARM 2005q3-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gconf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named gconf
>>> import gnome.gconf
>>>
Nokia-N800-50-2:~# dpkg-query -S gconf.so
python2.5-gnome: /usr/lib/python2.5/site-packages/gnome/gconf.so
Nokia-N800-50-2:~#

frasej 2008-02-06 15:19

Re: YouAmp - yet another Music player for Maemo
 
Same here. The dpkg-query produced
python2.5-gnome: /usr/lib/python2.5/site-packages/gnome/gconf.so

And Python gave the same error messages.

MadMan2k 2008-02-06 18:21

Re: YouAmp - yet another Music player for Maemo
 
Quote:

Originally Posted by ascherjim (Post 138975)
Is the following of any use to you?

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 :confused:

ascherjim 2008-02-06 18:37

Re: YouAmp - yet another Music player for Maemo
 
Quote:

Originally Posted by MadMan2k (Post 139059)
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 :confused:

Madman: The missing "python-gconf" error arose what I loaded YouAmp from your web site.

The "gtk.set_application_name is not found" error arose when I loaded YouAmp from your alternate posted site of yesterday.

I suppose you've already considered querying those who have RECENTLY successfully installed and used YouAmp to see what is possibly different in their N800 systems. Good luck and regards, Jim


All times are GMT. The time now is 22:54.

vBulletin® Version 3.8.8