[gpodder-devel] missing dependency?

  • From: enderst at gmail.com (enderst)
  • Date: Sun, 12 Aug 2007 14:47:24 -0600

i use my own packages and don't have this issue. an Arch user installed it
and is having this issue. i am not able to reproduce this issue.
Python 2.5.1

enderst

On 8/12/07, Thomas Perl <thp at perli.net> wrote:
>
> Hello, enderst!
>
> On Sun, 2007-08-12 at 11:20 -0600, enderst wrote:
> > i maintain the gpodder package for Arch Linux archlinux.org and a user
> > has an error i can't reproduce:
> >
> > Traceback (most recent call last):
> > File "/usr/bin/gpodder", line 145, in
> > sys.exit( main())
> > File "/usr/bin/gpodder", line 131, in main
> > gpodder.icon_dir = os.path.join( prefix, *gpodder.icon_dir)
> > AttributeError: 'module' object has no attribute 'icon_dir'
>
> Which version of Python is Arch Linux running?
>
> You could try patching "/usr/bin/gpodder" to say "from gpodder import
> gpodder" instead of "import gpodder". I've fixed this error a few days
> ago in SVN by renaming the "gpodder.py" module to "gui.py" and
> re-factoring some things to make it working again.
>
> Will be fixed in next gPodder release, for now, please try "from gpodder
> import gpodder" instead of "import gpodder" and tell me if it works.
>
>
> Thanks,
> Thomas
>
>
>
> _______________________________________________
> gpodder-devel mailing list
> gpodder-devel at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/gpodder-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.berlios.de/pipermail/gpodder-devel/attachments/20070812/0c79d2a4/attachment.html>

Other related posts: