Modify ↓
Ticket #9 (closed task: fixed)
Backwards compatibility with Python < 2.5 and PyGTK < 2.10
| Reported by: | hyriand | Owned by: | hyriand |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.9.0 |
| Component: | multiple | Version: | trunk |
| Keywords: | Cc: |
Description
Make sure MethLab works with at least Python 2.4 (and if feasible, Python 2.2). Also check which user interface features depend on PyGTK 2.10 and disable those when an earlier version of PyGTK is detected.
Attachments
Change History
comment:1 Changed 5 years ago by hyriand
- Summary changed from Backwards compatibility to Backwards compatibility with Python < 2.5 and PyGTK < 2.10
comment:3 Changed 5 years ago by hyriand
Things identified so far that are not available in PyGTK < 2.10:
- gtk.StatusIcon
- show-expanders and level-indentation properties (used for artists not-collapsible)
comment:5 Changed 5 years ago by hyriand
(In [78]) Check for gtk.StatusIcon? presence at runtime (Refs: #9).
Note: See
TracTickets for help on using
tickets.


