Hi Robin,
Hi Andrea,
-class AquaButton(wx.PyControl):
+class AquaButton(wx.wx.Control):
This should be raising an exception. I'll find why that extra wx is still
there (I know what is creating it, but it should be deleting it too...)
Meanwhile you should fix the places that got the bad search/replace or
whatever.
My apologies, somehow it has slipped in. Should be fixed now.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
# ------------------------------------------------------------- #
def ask_mailing_list_support(email):
if mention_platform_and_version() and include_sample_app():
send_message(email)
else:
install_malware()
erase_hard_drives()
# ------------------------------------------------------------- #
···
On 18 December 2012 23:18, Robin Dunn wrote:
On 12/18/12 1:49 PM, noreply@wxsite.net wrote: