Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-17 Thread Sturla Molden
Vernon Cole skrev: Strula: The GUI designer has to output code for some API or another. If it produces code for a cross platform GUI API then the resulting application will be cross platform. I would love to find one such that actually works and produces good code. Do you have any suggestions?

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread Greg Ewing
Sturla Molden wrote: The only GUI API that doesn't suck is no API at all. GUIs should be designed visually. There's a lot more to a GUI API than just specifying the layout. -- Greg ___ python-win32 mailing list python-win32@python.org http://mail.p

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread Vernon Cole
Often new version announcements (like the one Greg just sent) are cross posted to related groups. The traffic is not heavy and the service useful. As for ongoing discussions (good idea!), I would suggest http://www.python.org/community/lists/ from which I quote: To request a new list, send e-mail

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread Greg Ewing
Vernon Cole wrote: If it produces code for a cross platform GUI API then the resulting application will be cross platform. I would love to find one such that actually works and produces good code. Code produced by a GUI designer shouldn't be getting edited by humans, so the quality of the code

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread Greg Ewing
John Finlay wrote: Start your own list for the community that is interested in your project. That's not going to reach anyone who doesn't already know about it. It's probably a good idea for ongoing discussion, though. Any suggestions on the best way of going about it? I could start a Google

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread Mark Hammond
On 16/11/2009 8:17 AM, Greg Ewing wrote: John Finlay wrote: Greg, Why do you post to mailing lists that are unrelated to your project? I would appreciate it if in future you didn't post a message about your project ot the PyGTK mailing list. I posted the announcement to the pyobjc, pygtk and

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread billy pilgrim
> Do you have any suggestions? > -- > Vernon Cole > Sent from my Windows Mobile phone > > -Original Message- > From: Sturla Molden > Sent: Monday, November 16, 2009 7:13 AM > To: python-win32 > Subject: Re: [python-win32] [pygtk] ANN: PyGUI 2.1 > > > Greg

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread Vernon Cole
from my Windows Mobile phone -Original Message- From: Sturla Molden Sent: Monday, November 16, 2009 7:13 AM To: python-win32 Subject: Re: [python-win32] [pygtk] ANN: PyGUI 2.1 Greg Ewing skrev: > > That's a matter of opinion. One of the major goals of > PyGUI is to provi

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-16 Thread Sturla Molden
Greg Ewing skrev: That's a matter of opinion. One of the major goals of PyGUI is to provide an API that doesn't suck. The pygtk API doesn't meet that requirement, IMO. The only GUI API that doesn't suck is no API at all. GUIs should be designed visually. What matters is the quality of the GU

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-15 Thread John Finlay
Greg Ewing wrote: John Finlay wrote: Greg, Why do you post to mailing lists that are unrelated to your project? I would appreciate it if in future you didn't post a message about your project ot the PyGTK mailing list. I posted the announcement to the pyobjc, pygtk and pywin32 lists

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-15 Thread Vernon Cole
first... -- Vernon Cole Sent from my Windows Mobile phone -Original Message- From: Greg Ewing Sent: Sunday, November 15, 2009 2:18 PM To: John Finlay Cc: PyObjC-Dev ; PyGtk ; python-win32 Subject: Re: [python-win32] [pygtk] ANN: PyGUI 2.1 John Finlay wrote: > Greg, > > Why do yo

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-15 Thread Greg Ewing
John Finlay wrote: Greg, Why do you post to mailing lists that are unrelated to your project? I would appreciate it if in future you didn't post a message about your project ot the PyGTK mailing list. I posted the announcement to the pyobjc, pygtk and pywin32 lists because PyGUI uses all of

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-14 Thread Greg Ewing
Luis A. Bastiao Silva wrote: But it just works for application wroted from stratch, otherwise application wroted in pygtk need to be ported to work cross-platform. It's already possible to run pygtk programs on all three platforms, if you're willing to install the required libraries. API compa

Re: [python-win32] [pygtk] ANN: PyGUI 2.1

2009-11-14 Thread Luis A. Bastiao Silva
Hi, On Fri, Nov 13, 2009 at 10:53 PM, Greg Ewing wrote: > PyGUI 2.1 is available: > > http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > Highlights of this version: > > * Win32: >Fixed bug preventing PyGUI apps from working under pythonw >Fixed incorrect mouse coordinat