On September 8, 2007 02:41:55 Paul Rudkin wrote: > Hello Again Thomas > > Here is the output of the commands you asked be to run:- > > > [EMAIL PROTECTED]:~$ dpkg -L python-gpod > /. > /usr > /usr/share > /usr/share/doc > /usr/share/doc/python-gpod > /usr/share/doc/python-gpod/changelog.gz > /usr/share/doc/python-gpod/changelog.Debian.gz > /usr/share/doc/python-gpod/README.gz > /usr/share/doc/python-gpod/examples > /usr/share/doc/python-gpod/examples/toy_around.py > /usr/share/doc/python-gpod/examples/play_with_ipod_api.py > /usr/share/doc/python-gpod/examples/play_with_smart_playlists.py > /usr/share/doc/python-gpod/examples/coverart_fetch.py > /usr/share/doc/python-gpod/examples/tag_genre_from_audioscrobber.py > /usr/share/doc/python-gpod/examples/create_mp3_tags_from_itdb.py > /usr/share/doc/python-gpod/examples/add_song.py > /usr/share/doc/python-gpod/AUTHORS > /usr/share/doc/python-gpod/copyright > [EMAIL PROTECTED]:~$ > > > and > > > [EMAIL PROTECTED]:~$ python > Python 2.5.1 (r251:54863, May 2 2007, 16:56:35) > [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > > >>> import gpod > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named gpod > > > > I hope this helps. > > Many thanks > > Paul >
Hi Paul, According to your 'dpkg -L python-gpod' output you are missing files, most importantly the gpod.py python module, which is confirmed when you try to do an 'import' of the non-existant module. Try re-installing the python-gpod package, this should do the trick: sudo apt-get --reinstall install python-gpod Hope it works, nick _______________________________________________ gpodder-devel mailing list gpodder-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/gpodder-devel