Hi all!
I'd like to use the wxDocManager class, but it look like it doesn't exist in both versions I have installed (2.4.2.4 and 2.5.2.7u):
>>> import wx
>>> dman = wx.DocManager()
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'DocManager'
Am I looking in the wrong place?
qrz
Curzio Basso wrote:
Hi all!
I'd like to use the wxDocManager class, but it look like it doesn't exist in both versions I have installed (2.4.2.4 and 2.5.2.7u):
>>> import wx
>>> dman = wx.DocManager()
Traceback (most recent call last):
File "<stdin>", line 1, in ?
AttributeError: 'module' object has no attribute 'DocManager'
Am I looking in the wrong place?
Ok, I wasn't googling enough. I found out it's not been ported yet. thanks anyway.