Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 343233 - dev-python/pygtkhelpers doesn't support Python 2.4
Summary: dev-python/pygtkhelpers doesn't support Python 2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-29 09:38 UTC by James Rowe
Modified: 2010-10-29 20:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.