bug in StaticTextCtrl
Status: Beta
Brought to you by:
riaan
I'd found a nifty bug in the UserCompanions.plug-in.py:
Inserting a StaticTextCtrl inserts following line:
import wx.lib.bcrtl.user.StaticTextCtrl.StaticTextCtrl
Afterwards the app complains following:
No module named StaticTextCtrl
Checking it double in an external shell (pyalamode) it
comes up that the part after the last dot is the flaw.
After searching the plug-in source i'd found the line
which is responsible for this, so i'd modified the plug-in
souce, checked it again and finally created the patch
which is attached.
cheers, Marcus
Patch for UserCompanions.plug-in.py
Logged In: YES
user_id=702673
I'd setted this one to fixed as the bug isn't any longer in the
CVS
cheers, Marcus