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@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to