[wxPython-users] Application Breaks Using Python-2.5
Rich Shepard
rshepard at appl-ecosys.com
Mon Nov 12 13:09:27 PST 2007
On Mon, 12 Nov 2007, Rich Shepard wrote:
> Anyway, when I try to run my application I get this error:
> File "/home/rshepard/projects/eikos/dataPage.py", line 125, in __init__
> self.dataGrid.SetColSize(i, 125)
The context for this line is:
for i in range(0,34):
self.dataGrid.SetColSize(i, 125)
self.dataGrid.AutoSizeColumns(setAsMin=True)
Has this syntax changed in 2.8.6.1?
Rich
--
Richard B. Shepard, Ph.D. | Integrity Credibility
Applied Ecosystem Services, Inc. | Innovation
<http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: 503-667-8863
More information about the wxpython-users
mailing list