Hello and Good Morning,
I am getting errors in my attempts to use JetCreator, such as:
Traceback (most recent call last):
File "JetCreator.py", line 1429, in <module>
au = JetCreator(None, -1, openFile)
File "JetCreator.py", line 86, in __init__
self.initLayout()
File "JetCreator.py", line 199, in initLayout
self.graph = SegmentGraph(rightPanel, size=(-1, 50))
File "/home/fredgrott/repos/mydroid/external/sonivox/jet_tools/
JetCreator/JetSegGraph.py", line 116, in __init__
self.OnSize(None)
File "/home/fredgrott/repos/mydroid/external/sonivox/jet_tools/
JetCreator/JetSegGraph.py", line 202, in OnSize
self.DoDrawing(None)
File "/home/fredgrott/repos/mydroid/external/sonivox/jet_tools/
JetCreator/JetSegGraph.py", line 221, in DoDrawing
dc = wx.AutoBufferedPaintDC(self)
AttributeError: 'module' object has no attribute 'AutoBufferedPaintDC'
fredgr...@ubuntu:~/repos/mydroid/external/sonivox/jet_tools/JetCreator
$
Anyone else running into the same problem? Python version is 2.6.5 and
wxpython version is 2.8.11
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en