[gpodder-devel] Most revision buggy?

  • From: wvanrooijen at yahoo.com (Wilfred van Rooijen)
  • Date: Sun, 13 Jul 2008 11:18:53 -0700 (PDT)

Hi all,

I updated to the latest SVN version of gpodder and I am experiencing some 
hickups:

1. gpodder doesn't start, but gives a syntax error in draw.py, line 47: offset 
= 0.5 if close else 0

I 'patched' using some ugly code, because I'm unfamiliar with Python syntax.

2. Now gpodder starts, but when I try to sync an episode, I get:

Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/rooijen/gpodder/src/gpodder/gui.py", line 1695, in 
sync_to_ipod_thread
    if not device.episode_on_device(episode):
  File "/home/rooijen/gpodder/src/gpodder/sync.py", line 598, in 
episode_on_device
    return self.__track_on_device(e)
AttributeError: 'MP3PlayerDevice' object has no attribute 
'_MP3PlayerDevice__track_on_device'

Exception in thread Thread-714:
Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/rooijen/gpodder/src/gpodder/gui.py", line 1695, in 
sync_to_ipod_thread
    if not device.episode_on_device(episode):
  File "/home/rooijen/gpodder/src/gpodder/sync.py", line 598, in 
episode_on_device
    return self.__track_on_device(e)
AttributeError: 'MP3PlayerDevice' object has no attribute 
'_MP3PlayerDevice__track_on_device'

I don't know what this means :-)).

Cheerio,
Wilfred


      


Other related posts: