Ok, as I guessed, it was Boa installation which changed the wxpython
version used.
I removed Boa...
Thanks !
Nicolas
Greg Krohn a écrit :
> Nicolas Pourcelot wrote:
>
>> Hello,
>> my script worked well until today : when I tried to launch it, I got
>> the following :
>>
>> frame = MyFrame(N
Nicolas Pourcelot wrote:
> Hello,
> my script worked well until today : when I tried to launch it, I got the
> following :
>
> frame = MyFrame(None,-1,"Geometrie",size=wx.Size(600,400))
> File "/home/nico/Desktop/wxGeometrie/version 0.73/geometrie.py", line
> 74, in __init__
> self.com
Hello,
my script worked well until today : when I tried to launch it, I got the
following :
frame = MyFrame(None,-1,"Geometrie",size=wx.Size(600,400))
File "/home/nico/Desktop/wxGeometrie/version 0.73/geometrie.py", line
74, in __init__
self.commande.Bind(wx.EVT_CHAR, self.EvtChar)