Re: ANN: PyGUI 2.0

2009-04-14 Thread member thudfoo
On Tue, Apr 14, 2009 at 10:02 AM, Terry Reedy wrote: > greg wrote: [...] fwiw, the following python script could be used, when run from the Tests directory, to selectively run the numbered tests: - runtests.py import glob import os import subprocess fr

Re: ANN: PyGUI 2.0

2009-04-14 Thread Terry Reedy
greg wrote: Terry Reedy wrote: Does it work with 3.0? As it stands, almost certainly not. But you're welcome to try running it through 2to3 and see what happens. Relevant libraries would have to be available for 3.0 as well -- not sure what the state of play is there. Probably something is

Re: ANN: PyGUI 2.0

2009-04-14 Thread greg
Terry Reedy wrote: Does it work with 3.0? As it stands, almost certainly not. But you're welcome to try running it through 2to3 and see what happens. Relevant libraries would have to be available for 3.0 as well -- not sure what the state of play is there. -- Greg -- http://mail.python.org/m

Re: ANN: PyGUI 2.0

2009-04-11 Thread Terry Reedy
Greg Ewing wrote: PyGUI 2.0 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Does it work with 3.0? (or just 2.3-2.6?) -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: PyGUI 2.0

2009-04-11 Thread member thudfoo
Line 25 of setup.py should be: packages.append("GUI.Gtk") -- http://mail.python.org/mailman/listinfo/python-list