Actually not just you. Python should be 2.5.4 and wxpython 2.8.7.1 for Python 2.5
Besides that, I can not get JetCreator to save anything, not saving a JET file properly. Just saves the JTC. Always get an Errno 13: Permission denied This when JetCreator tries to save the segment El miércoles, 7 de julio de 2010 16:10:50 UTC+2, Fred Grott escribió: > > 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' > fredgrott@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

