Re: [PyCrust] New stuff
Brought to you by:
pobrien
From: <po...@or...> - 2003-02-07 15:51:24
|
"Raul Cota" <co...@uc...> writes: > Hi Patrick, > > I run win XP and tried testing the new changes and the crashes are > pretty nasty. After playing around with it for a while I found that the > exact line causing it was > > self.AutoCompSetAutoHide(False) > > in the config method of shell.py > > Is it possible to change the code to something like this until the bug > gets fixed?? > > if wx.wxPlatform != '__WXMSW__': > self.AutoCompSetAutoHide(False) > > Now that I think about it... could it be my version of wxPython??? I run > 2.3.3.1 unicode Sorry about the problems. This is a bug in wxPython that Robin has now fixed, but the fix hasn't made it into a wxPython release yet. Since this PyCrust feature will work fine in the next release of wxPython, I'm reluctant to add a patch to the CVS version. But feel free to patch your local copy. Unless you plan to stay on that older version of wxPython, in which case I probably need to patch PyCrust for this bug for version of wxPython at 2.4.0.2 or older. Let me know what you think. -- Patrick K. O'Brien Orbtech http://www.orbtech.com/web/pobrien ----------------------------------------------- "Your source for Python programming expertise." ----------------------------------------------- |