https://bugs.gpodder.org/show_bug.cgi?id=901
--- Comment #2 from [email protected] 2010-03-01 16:42:57 GMT --- Created an attachment (id=447) --> (https://bugs.gpodder.org/attachment.cgi?id=447) .zip of .dll files, from Win'2k system Dear Thomas: Your 'try installing Python 2.5 "manually"' left me uncertain, but since python.exe was in the \bin\ folder (note -- I downloaded the 'gpodder-2.1-win32-gtk218.zip' file from the web) I decided to stumble on. I tried running from a small batch file: --file-- set PATH=%PATH%;bin python -m gpodder.launcher pause --end file-- Under Win'XP it worked (except for my having to fight my AVG firewall, after gPodder launched). (and yes, the path statement was needed; no trying 'bin\python -m gpodder.launcher' was not good enough -- but you probably knew that.) Under Win'2k gPodder did not launch, and I got told, in addition to the error previously reported: --REPORT-- Traceback (most recent call last): File "F:\gPodder\lib\runpy.py", line 85, in run_module loader = get_loader(mod_name)File "F:\gPodder\lib\pkgutil.py", line 456, in get_loader return find_loader(fullname) File "F:\gPodder\lib\pkgutil.py", line 466, in find_loader for importer in iter_importers(fullname): File "F:\gPodder\lib\pkgutil.py", line 422, in iter_importers __import__(pkg) File "F:\gPodder\lib\site-packages\gpodder\__init__.py", line 77, in <module> from gtk.glade import bindtextdomain File "F:\gPodder\lib\site-packages\gtk\__init__.py", line 48, in <module> from gtk import _gtk ImportError: DLL load failed: The specified procedure could not be found. --end report-- Attached is the 'ws2_32.dll' file from Win'2k. Also, since it seems to be related, 'ws2help.dll'. Now what? Should we, next, try a simpler program that does not make any windsock calls, and then some that make only a selected few of the calls that gPodder does? Robert -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
