Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 343233

Summary: dev-python/pygtkhelpers doesn't support Python 2.4
Product: Gentoo Linux Reporter: James Rowe <jnrowe>
Component: New packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Rowe 2010-10-29 09:38:03 UTC
pygtkhelpers makes use of relative imports in debug/__init__.py, utils.py
and delegates.py.  Uses try..except..finally in debug/console.py.  And
conditional expressions in debug/dialogs.py and ui/objectlist.py.  All of
these features require Python 2.5 or later.

Thanks,

James


Reproducible: Always
Comment 1 James Rowe 2010-10-29 09:39:58 UTC
Looking further...

The unstated pygtk dependency requires at least 2.6 in both versions in
the tree anyway, so even 2.5 support in pygtkhelpers seems quite
pointless to me.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-10-29 20:00:13 UTC
Fixed.