Cori Schlegel - 2005-05-25

Logged In: YES
user_id=946113

got another one, and this time the exit error specifically
referred me to the ipodder.exe.log file, which had actually
changed today (previously it hadn't shown changes on the
date that the error occurred.

Since the log file entries are not dated (can you work that
in? - makes bug logging *much* easier) I'm *guessing* that
the entries at the top are the ones I need to worry about,
so here's what's at the top of the file:
<snip>
Traceback (most recent call last):
File "wx\_misc.pyc", line 1038, in Notify
File "iPodderGui.pyw", line 1149, in NotifyRefresh
File "wx\_core.pyc", line 10797, in __getattr__
wx._core.PyDeadObjectError: The C++ part of the Frame object
has been deleted, attribute access no longer allowed.
Traceback (most recent call last):
File "wx\_misc.pyc", line 1038, in Notify
File "iPodderGui.pyw", line 1149, in NotifyRefresh
File "wx\_core.pyc", line 10797, in __getattr__
wx._core.PyDeadObjectError: The C++ part of the Frame object
has been deleted, attribute access no longer allowed.
Exception in thread Thread-2:
Traceback (most recent call last):
File "threading.pyc", line 436, in __bootstrap
File "ipodder\threads.pyc", line 94, in run
File "gui\tree.pyc", line 208, in _scan
TypeError: iteration over non-sequence
</snip>

Hope this helps!
cori