On July 13, 2008 14:18:53 Wilfred van Rooijen wrote:
> 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
>
>

Both bugs are fixed in the latest trunk, thanks for the report.

The first one is caused because you're using python 2.4, perhaps you should 
upgrade to 2.5... The second one is a mistake I made, sorry :S

nick

_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to