On Thu, Jun 26, 2008 at 2:34 AM, Thomas Perl <[EMAIL PROTECTED]> wrote: > Sorry for sounding like a distro nazi here, but we cannot support every > freakin' distro out there, and I sadly cannot give you any hints on how > to fix these problems on "BLAG". Either ask the BLAG maintainers or fix > the problem yourself - as I said, the ImportError means that PyGTK is > not installed. This problem is out-of-scope for gPodder to support, as > it states in its README file that PyGTK needs to be installed.
I'm not sure this is related... but import gtk can fail if the display is not accessible. I've seen this happen several times now in configure scripts which attempt to import gtk as a check to make sure that pygtk is available. The init process for the gtk module load attempts to access the graphical display and if it can not, falls over and dies. I'm not sure if this is the underlying problem, but this is what I see sometimes when doing python application builds for Fedora which want to test for the gtk module. gpodder's make test may fail in the same way.. if done under a chroot for example. -jef _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
