Hi there! Last week, we got gPodder running on OS X and this week we have someone on IRC who wants to get gPodder running on Windows, so here are the instructions:
1.) Get the PyGTK all-in-one Win32 installer from Alberto Ruiz from http://osl.ulpgc.es/~arc/gnome/pygtk-setup.exe 2.) Make sure you have msvcr71.dll in c:\windows\system32 (or winnt \system32 or wherever) use www.dll-files.com or google to get it if you don't have it. 3.) Run pygtk-setup.exe and let it install Gtk, Python and PyGTK 4.) Grab the development snapshot from http://repo.or.cz/w/gpodder.git?a=snapshot;h=HEAD;sf=tgz 5.) Extract the development snapshot... I prefer Total Commander on Windows (www.ghisler.com) 6.) Get feedparser-4.1.zip from www.feedparser.org 7.) Copy "feedparser.py" from feedparser-4.1.zip to "src/" in your gpodder development snapshot 8.) Open a terminal (these exist on windows.. yay!) -> Win+R and enter "cmd" 9.) cd c:\path\to\your\gpodder\development\snapshot\ 10.) run these commands: set PYTHONPATH=.\src set DISPLAY=blubb c:\program files\pygtk\python\python.exe bin\gpodder --local It should work. It might complain about not being able to save the podcast list when closing, but it does work and the podcast list is saved (the OPML file is not generated, which is probably a problem with the free disk space detection code being too Unix-y at the moment). Obligatory screenshot: http://khan.thpinfo.com/~thp/images/gpodder_0.13.0_win32.png Enjoy, Thomas _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
