Hi, I read "There is now a native Windows implementation based on pywin32 and ctypes."
Does this mean that under Windows it uses the Win32 standard GUI like WxPython? I am asking this because I want to know if the interfaces it creates will be accessible for screen readers. BTW, what is the difference between PyGUI and WxPython? Thank you. Octavian ----- Original Message ----- From: "Greg Ewing" <[email protected]> Newsgroups: comp.lang.python,comp.lang.python.announce To: "PyObjC-Dev" <[email protected]>; "PyGtk" <[email protected]>; "python-win32" <[email protected]> Sent: Thursday, December 16, 2010 8:09 AM Subject: [python-win32] ANN: PyGUI 2.3.2 > PyGUI 2.3.2 is available: > > http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > This version fixes a problem in Cocoa whereby the coordinate > system for drawing in a Pixmap was upside down, and corrects > a slight mistake in the Canvas documentation. > > > What is PyGUI? > -------------- > > PyGUI is a cross-platform GUI toolkit designed to be lightweight > and have a highly Pythonic API. > > -- > Gregory Ewing > [email protected] > http://www.cosc.canterbury.ac.nz/greg.ewing/ > _______________________________________________ > python-win32 mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-win32 _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
