[SE|PY-macdev] newbie -- First Error from CVS latest
Brought to you by:
sephiroth_tmm
|
From: Ashley M. <as...@gv...> - 2004-09-01 21:58:08
|
Is there a curent list of changes I need to make?
Ashley
First Error ::
Traceback (most recent call last):
File "/Users/amccoy/SciTE/SEPY.py", line 140, in Notify
frame = main_window(parent=None, id=wx.NewId(), title=About_title,
dialog = self.dialog)
File "/Users/amccoy/SciTE/SEPY.py", line 183, in __init__
self.project_history = wx.FileHistory(5, wx.ID_FILE11)
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/wxPython/misc2.py",
line 1072, in __init__
self.this = misc2c.new_wxFileHistory(*_args,**_kwargs)
TypeError: new_wxFileHistory() takes at most 1 argument (2 given)
|