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 compatibility with pygtk (or any other gui library) is not one of PyGUI's goals.
What are you wrapping in Win32? Windows API directly?
Currently it uses the MFC layer of pywin32. I hope eventually to replace that with raw win32 via ctypes.
Anyway seems a good project, although it will be better have a pygtk cross platform :)
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. -- Greg _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32