Hi,
Attached a patch, I just made it to work for my use.
- removed 'gizmos' and 'wx.aui'
- TreeCtrlHandler needs to be updated as gizmos is not available
- adv.DatePickerCtrlGeneric doesn't exist, I guess adv.DatePickerCtrl is equivalent?
- commented 'import wx.media' as it is not yet ported
- "from . import persistencemanager as PM", doesn't work for me even with from tu
Will keep testing this when I get my app running.
Werner
libpersist.patch (7.95 KB)
Hi Werner,
Hi,
Attached a patch, I just made it to work for my use.
- removed 'gizmos' and 'wx.aui'
- TreeCtrlHandler needs to be updated as gizmos is not available
- adv.DatePickerCtrlGeneric doesn't exist, I guess adv.DatePickerCtrl is
equivalent?
- commented 'import wx.media' as it is not yet ported
- "from . import persistencemanager as PM", doesn't work for me even with
from tu
I guess you didn't see the message I sent 1 hour ago? I had already
fixed the persist module to work with Phoenix...
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 16 March 2013 11:02, Werner wrote: