https://bugs.gpodder.org/show_bug.cgi?id=1480

--- Comment #4 from Thomas Perl <[email protected]> 2011-11-09 10:18:04 GMT ---
(In reply to comment #3)
> > Yes. It now installs PyGTK.
> 
> Now PyGTK won't detect at startup.
> 
> I restarted my machine and the problem persists.

Do you find PyGTK inside C:\Python27 (i.e. in site-packages/gtk or somewhere)?
It's strange, because on my Windows 7 installation, python27.dll gets installed
into \windows\system32\ and is thus available system-wide. Did you choose to
install only for your user when installing Python 2.7 or did you choose to
install for all users?

Here's something you can try: Create a run_gpodder.bat file in the gPodder
installation folder with these contents:

set PYTHONHOME=C:\python27\
set PATH=%PATH%;C:\python27\
gpodder.exe

Then try running this - it will make sure that the Python interpreter will look
for modules in C:\python27\ (assuming this is where you have installed it) and
then also set the PATH to include C:\python27\ (which means that theoretically
you shouln't need to put python27.dll in the gPodder folder anymore when using
the .bat file).

-- 
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

Reply via email to