You are here

gPodder portable 3.7.0 requires pyGTK

8 posts / 0 new
Last post
Roadkill
Offline
Last seen: 9 years 6 months ago
Joined: 2014-07-02 15:55
gPodder portable 3.7.0 requires pyGTK

I have updated gPodder portable to 3.7.0 but it is now asking me to install pyGTK. I have tried installing it but it still asks me to install it. Any suggestions?

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 8 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Included

It's already included in the gPodder Portable package. I just confirmed it's not a packaging issue by running it on my Windows 7 box that lacks both Python and PyGTK. So, something is interfering with it.

Please provide: OS version, full install path, new install vs upgrade (I believe you upgraded from the previous version), any antivirus or firewalls running, etc.

Sometimes, the impossible can become possible, if you're awesome!

odo1982
odo1982's picture
Offline
Last seen: 2 years 5 months ago
Joined: 2010-01-29 09:00
Hi, i have the same problem

Hi, i have the same problem on my main Win 7 machine. On my other Win 7 machine, my Win 7 Virtualbox and my Win 8.1 Laptop it works without a problem.
Anti-virus on all of them is the current Avast. Firewall is the standard Windows Firewall.
This is a new installation.
There doesn't seem to be a log-file.
My settings-file looks like this:
[gPodderPortableSettings]
Language=de
LastDrive=R:
LastDirectory=\portableapps\PortableApps\gPodderPortable
[PortableApps.comLauncherLastRunEnvironment]
PAL:LastPortableAppsBaseDir=R:\portableapps

Any ideas what I could look for?

bich_30
Offline
Last seen: 3 months 4 weeks ago
Joined: 2014-07-22 14:29
Hi, i have the same problem

Hi, i have the same problem on my main Windoxs XP machine.

This is a new installation.
There doesn't seem to be a log-file.
My settings-file looks like this:
[gPodderPortableSettings]
Language=es
LastDrive=C:
LastDirectory=\_Portables\_Audio\gPodderPortable_3.8
[PortableApps.comLauncherLastRunEnvironment]
PAL:LastPortableAppsBaseDir=C:\_Portables

Any ideas what I could look for?

Roadkill
Offline
Last seen: 9 years 6 months ago
Joined: 2014-07-02 15:55
gPodder Portable PyGTK problem

Hi,

I am having the problem that I get prompted to install PyGTK. PyGTK is already installed on my laptop. I have tried uninstalling it and re-trying but no luck. Any suggestions?

OS: Windows 8.1
Install path: H:\PortableApps\gPodderPortable (where H is the memory of an MP3 player attached via USB)
This is a new install of gPodder portable (installed today)
Windows firewall is running.

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 8 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Working Here, Any Environment Variables?

I tested it on Windows 8.1 without any Python/PyGTK installed and it worked as expected. PyGTK is definitely included in the bundled Python. Do you have any additional Python environment variables set on the machine? There may be one we're not setting in the launcher to ensure gPodder only looks at the bundled Python. We already set PATH, PYTHONHOME, and PYTHONPATH.

Sometimes, the impossible can become possible, if you're awesome!

3D1T0R
3D1T0R's picture
Offline
Last seen: 2 years 9 months ago
Developer
Joined: 2006-12-29 23:48
GTK Environment Variables?

I would check if the affected system(s) have any GTK environment variables set, as bad environment variables or incompatible files (usually found via the environment variables) might be able to cause this issue.

Open a command prompt and run "SET GTK". You should get "Environment variable GTK not defined". If instead you get a list where each line is like 'GTK_SOMETHING=something' (e.g. "GTK_BASEPATH=C:\Program Files\GIMP-2.0\bin") then go through each one and run SET GTK_SOMETHING= (with nothing after the '='). When you've done this running "SET GTK" should return "Environment variable GTK not defined", if it does then try running gPodderPortable.exe from that command-line (e.g. X:\PortableApps\gPodderPortable\gPodderPortable.exe).

Let us know what happens.

~3D1T0R

bich_30
Offline
Last seen: 3 months 4 weeks ago
Joined: 2014-07-22 14:29
I found the solution. As I

I found the solution.

As I have already installed the python've had to change the file gPodderPortable.ini variables:
PYTHONHOME
PYTHONPATH

and put in them the path where the python have installed:
PYTHONHOME = C: \ Python27
PYTHONPATH = C: \ Python27 \ Lib; C: \ Python27 \ DLLs; C: \ Python27 \ Lib \ lib-tk

Log in or register to post comments