Message from discussion
EXC_BAD_ACCESS calling wx.TextCtrl.SetValue in 2.9 carbon
Received: by 10.52.179.135 with SMTP id dg7mr5242560vdc.6.1332411577086;
Thu, 22 Mar 2012 03:19:37 -0700 (PDT)
X-BeenThere: wxpython-users@googlegroups.com
Received: by 10.220.112.143 with SMTP id w15ls1059079vcp.8.gmail; Thu, 22 Mar
2012 03:19:33 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.95.229 with SMTP id dn5mr936596vdb.8.1332411573536; Thu, 22
Mar 2012 03:19:33 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
poal...@gmail.com designates internal as permitted sender)
smtp.mail=poal...@gmail.com; dkim=pass
header...@gmail.com
Received: by w1g2000vbx.googlegroups.com with HTTP; Thu, 22 Mar 2012 03:19:33
-0700 (PDT)
Date: Thu, 22 Mar 2012 03:19:33 -0700 (PDT)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8)
AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11,gzip(gfe)
Message-ID: <6334e668-439f-4a8d-8b91-d36a3171ce11@w1g2000vbx.googlegroups.com>
Subject: EXC_BAD_ACCESS calling wx.TextCtrl.SetValue in 2.9 carbon
From: Paul <poal...@gmail.com>
To: wxPython-users <wxpython-users@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Hey,
I've got a program which worked fine on 2.8 however after changing to
2.9 I got Python quit unexpectedly errors when running. I've stepped
through the code and found its a .SetValue call on a TextCtrl which is
causing the program to crash. Is this known about? Is there a change
in 2.9 or a work around for this? Any ideas what I can do to get this
working in 2.9?
Cheers!
Paul