Python 2.7 Won't Build

2010-09-16 Thread Tom Browder
I am trying to rebujild the 2.7 maintenance branch and get this error on Ubuntu 10.04.1 LTS: XXX lineno: 743, opcode: 0 Traceback (most recent call last): File "/usr/local/src/python-2.7-maint-svn/Lib/site.py", line 62, in import os File "/usr/local/src/python-2.7-maint-svn/Lib/os.py", li

How to Customize the New 2.7 ArgumentParser Library Class (module argparse)?

2010-08-20 Thread Tom Browder
I have converted from OptionParser to ArgumentParser (new in version 2.7) to great advantage, and I think it's a great improvement! But now I want to customize the help formatting just a bit. The documentation is sketchy here, but I started by subclassing ArgumentParser and attempted to redefine

Re: [wxPython-users] wxPython 2.8.11.0 release

2010-05-25 Thread Tom Browder
On Mon, May 24, 2010 at 18:38, Robin Dunn wrote: ... > The 2.8.11.0 release of wxPython is now available for download at > http://wxpython.org/download.php. This release adds Python 2.7 builds, > PySlices, new pubsub implementation, lots of updates to AGW, and lots > of bugs fixed.  A summary of c