Features/GTK3/Shell: Difference between revisions
DanielDrake (talk | contribs) Created page with "Daniel Drake started an effort to port the shell to the GTK3 sugar-toolkit. These are the biggest issues identified so far: === Custom tree model for journal === Having trouble..." |
DanielDrake (talk | contribs) |
||
| Line 24: | Line 24: | ||
raise is reserved word in Python. | raise is reserved word in Python. | ||
Workaround: getattr(win, 'raise')() | Workaround: getattr(win, 'raise')() | ||
See http://mail.gnome.org/archives/python-hackers-list/2011-December/msg00011.html | |||