Re: [SE|PY-macdev] newbie -- First Error from CVS latest
Brought to you by:
sephiroth_tmm
From: Valentin T. <va...@ic...> - 2004-09-02 11:17:39
|
I never had this error. But 4Suite should build and install correctly, so try a little bit around ;-) This error perhaps also could be a SEPY error due to changes that Alessandro made - I can try this out this evening with the latest cvs version. valley On Thu, 2 Sep 2004, Ashley McCoy wrote: > Thanks Valley, > > got the latest wxpython, sepy runs splash screen then tooltips appear > but splash screen stays, the document window which appears under the > tool tips resizes with incorrect screen redraw > > Throws an errror at command line --> below > > I had thought to check through the list of dependancies you mentioned on > the Wiki and have found an error building 4suite that does not seem to > be resolved as of yet, it fails on build_ext this appears to be a > problem with python2.3 > > So I wonder if I I would have to build python from scratch ?? > > Ashley > > > > > g4-1ghz:~/SciTE amccoy$ pythonw main.pyw > [Debug] 20:32:46: Unrecognized accel key 'CAPSLOCK', accel string ignored. > [Debug] 20:32:46: Unrecognized accel key 'CAPSLOCK', accel string ignored. > 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 321, in __init__ > self.loadDB() > File "/Users/amccoy/SciTE/SEPY.py", line 371, in loadDB > self.DB["values"] = DB.values() > AttributeError: _DBWithCursor instance has no attribute 'values' > > Valentin Treu wrote: > > >i also had this error. be sure that you've got the > >newest wxpython from here: > >http://starship.python.net/crew/robind/wxPython/daily/ > > > >valley > > > > > > > > > > > >On Thu, 2 Sep 2004, Ashley McCoy wrote: > > > > > > > >>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) > >> > >> > >>------------------------------------------------------- > >>This SF.Net email is sponsored by BEA Weblogic Workshop > >>FREE Java Enterprise J2EE developer tools! > >>Get your free copy of BEA WebLogic Workshop 8.1 today. > >>http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > >>_______________________________________________ > >>sepy-macdev mailing list > >>sep...@li... > >>https://lists.sourceforge.net/lists/listinfo/sepy-macdev > >> > >> > >> > >> > > > > > > > >------------------------------------------------------- > >This SF.Net email is sponsored by BEA Weblogic Workshop > >FREE Java Enterprise J2EE developer tools! > >Get your free copy of BEA WebLogic Workshop 8.1 today. > >http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > >_______________________________________________ > >sepy-macdev mailing list > >sep...@li... > >https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > sepy-macdev mailing list > sep...@li... > https://lists.sourceforge.net/lists/listinfo/sepy-macdev > > |