In 2008 when David Scherer and I updated Visual from version 3.x to
5.x, we looked into various options for handling windows and events
cross-platform and couldn't at that time find something adequate and
suitable. I can't now remember for sure whether we considered PyGUI.
Certainly using some such framework would be good, though it is quite
possible that if the framework itself depends in the Mac version on
Cocoa we would face the same impossible barrier on the Mac having to
do with thread priorities.
Bruce Sherwood
On Sun, Sep 25, 2011 at 1:37 PM, Kevin Karplus <ka...@so...> wrote:
>
> I've been thinking a bit about how to remove the 32-bit requirement on
> Macs without losing the native OS look and feel.
>
> How difficult would it to build Vpython on top of PyGUI, which
> provides a fairly Pythonic interface to native windows and menus on
> Mac, Linux, and Windows platforms? PyGUI is not as complete as some
> other frameworks, but the native feel and the Pythonic interface may
> make it easier to build on top of.
>
> http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
>
> Kevin Karplus
>
|