[gpodder-devel] AttributeError - gettext

  • From: me at nikosapi.org (Nick Nobody)
  • Date: Sun, 21 Jun 2009 10:09:28 -0400

On June 21, 2009 09:10:27 am Marc Ferguson wrote:
> Hi,
>
> I'm running Fedora 11 x86_64 and I'm trying to run gpodder 0.16.1. I
> downloaded and extracted the source file to
> "/usr/local/share/applications/gpodder-0.16.1" directory.  When I run
> "gpodder" from the bin folder I get this error.  Thanks for any help.
>
> ===================
> [root at fergatron ~]#
> /usr/local/share/applications/gpodder-0.16.1/bin/gpodder Traceback (most
> recent call last):
>   File "/usr/local/share/applications/gpodder-0.16.1/bin/gpodder", line 79,
> in <module>
>     _ = gpodder.gettext
> AttributeError: 'module' object has no attribute 'gettext'
> ===================

share/applications is a place to put .desktop files, not entire source 
directories. Here's the proper way to install gPodder:

wget http://download.berlios.de/gpodder/gpodder-0.16.1.tar.gz
tar xvf gpodder-0.16.1.tar.gz
cd gpodder-0.16.1
su -c "make install"

See the README file for a list of dependencies.

nick


Other related posts: