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
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to