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
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
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
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
Line 25 of setup.py should be:
packages.append("GUI.Gtk")
--
http://mail.python.org/mailman/listinfo/python-list