Re: Windows GUIs from Python

2005-01-12 Thread Jon Perez
Still, what I think would appeal to a lot of people (although they might not know it yet) as a GUI solution for Python is Mozilla XUL with all the RDF and XPCOM crap surgically removed from it. If you've ever tried a couple of basic XUL tutorials, I think you would be convinced that XUL is an even

Re: Windows GUIs from Python

2005-01-11 Thread Jon Perez
Wow, Venster looks cool and to think I've never heard of it before. I knew following this newsgroup would pay off one day... Luke Skywalker wrote: On Tue, 11 Jan 2005 22:15:36 +0100, Thomas Heller <[EMAIL PROTECTED]> wrote: Well, venster. Although it is most certainly alpha. But with some work..

Re: Windows GUIs from Python

2005-01-11 Thread Luke Skywalker
On Tue, 11 Jan 2005 22:15:36 +0100, Thomas Heller <[EMAIL PROTECTED]> wrote: >Well, venster. Although it is most certainly alpha. But with some >work... Thx, I'll keep an eye on it. http://venster.sourceforge.net/ Luke. -- http://mail.python.org/mailman/listinfo/python-list

Re: Windows GUIs from Python

2005-01-11 Thread Thomas Heller
Luke Skywalker <[EMAIL PROTECTED]> writes: > On Tue, 11 Jan 2005 12:55:42 -0600, Doug Holton <[EMAIL PROTECTED]> wrote: >>You might also be interested in PyGUI although it doesn't have a native >>Windows implementation yet: >>http://nz.cosc.canterbury.ac.nz/~greg/python_gui/ > > Generally speaki

Re: Windows GUIs from Python

2005-01-11 Thread Luke Skywalker
On Tue, 11 Jan 2005 12:55:42 -0600, Doug Holton <[EMAIL PROTECTED]> wrote: >You might also be interested in PyGUI although it doesn't have a native >Windows implementation yet: >http://nz.cosc.canterbury.ac.nz/~greg/python_gui/ Generally speaking, appart from MFC-style programming with Python32,

Re: Windows GUIs from Python

2005-01-11 Thread Doug Holton
Bob Swerdlow wrote: Anyone have opinions about whether we will be better off using PythonNet or wxPython for the GUI layer of our application on Windows? Our code is all Python and is now running on Mac OS X with PyObjC and Cocoa, which works very well. Our goal is not necessarily to move to a

Re: Windows GUIs from Python

2005-01-11 Thread Thomas Bartkus
"Bob Swerdlow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anyone have opinions about whether we will be better off using PythonNet or > wxPython for the GUI layer of our application on Windows? Our code is all > Python and is now running on Mac OS X with PyObjC and Cocoa, which

Windows GUIs from Python

2005-01-11 Thread Bob Swerdlow
Anyone have opinions about whether we will be better off using PythonNet or wxPython for the GUI layer of our application on Windows? Our code is all Python and is now running on Mac OS X with PyObjC and Cocoa, which works very well. Our goal is not necessarily to move to a cross-platform sol