Chris L'Lewen - 2009-02-06

For anyone who might care... I managed to get the source running in a debugger. To save anyone else that might give this a try you have to get the right versions of all the bits and pieces:

Python:
http://python.org/download/releases/2.5.4/
(http://python.org/ftp/python/2.5.4/python-2.5.4.msi)

PyWin:
http://python.net/crew/mhammond/win32/Downloads.html
(http://superb-east.dl.sourceforge.net/sourceforge/pywin32/pywin32-212.win32-py2.5.exe)

WX:
http://www.wxpython.org/ [DON'T GET v2.8!]
(http://internap.dl.sourceforge.net/sourceforge/wxpython/wxPython2.6-win32-unicode-2.6.4.0-py25.exe)

IDE:
http://www.eclipse.org/

Python plugin
http://pydev.sourceforge.net/

Debugger speeder upper
http://psyco.sourceforge.net/download.html

check-out the source
cvs -d:pserver:anonymous@juicereceiver.cvs.sourceforge.net:/cvsroot/juicereceiver login
checkout ipodder project

I haven't done a build yet. Just fixed a few small annoyances. I can run my changes from within Eclipse for now. Perhaps I'll try and do a build this weekend. Will need at least one other piece to do that (NSIS). There is a batch file in the source so I'm hoping that will be trivial.

Hope that helps somebody :-). Unfortunately I'm no Python developer so my poking and prodding is pretty limited.