View Single Post
Posts: 38 | Thanked: 8 times | Joined on Jul 2008
#111
Originally Posted by thp View Post
Sorry, that was an instructional error on my side. Copy the gpodder folder to /home/user and then cd into /home/user/gpodder and run ./bin/gpodder --local --maemo --verbose
Thanks, that's closer. When I do that I get an `ImportError: No module named cairo´ error. I've pasted the complete list below. I get the same whether I enter the command as root or not.

python2.5-feedparser and python2.5-pyinotify are shown as installed.
If the solution's not obvious please don't spend a lot of time on it, as I'm thinking of switching to OS2008.
Thanks again.
Code:
Nokia-N800-39:/home/user/gpodder# ./bin/gpodder --local --maemo --verbose
[   2.729] Using ISO-8859-15 as encoding. If this
[   2.732] is incorrect, please set your $LANG variable.
[   4.829] (gPodderLib) Creating gPodderLib()
[   5.173] (Config) Update: videoplayer = xdg-open
[   5.237] (Storage) Setting up SQLite database
[   5.243] SQLite connection for thread 16384 opened.
[   6.043] (ConverterCollection) Could not find "oggdec", ".ogg" files cannot be converted.
[   6.143] (tagupdate) eyed3 not found -- tag update disabled
[   6.151] (gpodder.sync) Could not find gpod
[   6.158] (gpodder.sync) Could not find pymad
[   6.280] (gpodder.sync) Could not find eyeD3
[   6.923] Patching feedparser module... (mapContentType bugfix)
Traceback (most recent call last):
  File "./bin/gpodder", line 166, in <module>
    sys.exit( main())
  File "./bin/gpodder", line 125, in main
    from gpodder import console
  File "/home/user/gpodder/src/gpodder/console.py", line 25, in <module>
    from libpodcasts import load_channels
  File "/home/user/gpodder/src/gpodder/libpodcasts.py", line 39, in <module>
    from gpodder import draw
  File "/home/user/gpodder/src/gpodder/draw.py", line 29, in <module>
    import cairo
ImportError: No module named cairo
[  67.489] (Config) Flushing settings to disk
Nokia-N800-39:/home/user/gpodder#