Hello all,
WinXPProSP1
python 2.3 alpha 2
wxPython 2.4.0.7 (unicode and non-unicode)
Boa Constructor v0.2.0
Starting Boa Constructor v0.2.0
importing wxPython
reading user preferences
running main...
C:\Python23\Lib\site-packages\wxPython\tools\boa\Views\CollectionEdit.py:33: DeprecationWarning: Use wxNewId instead
[wxID_COLLECTIONEDITOR, wxID_COLLECTIONEDITORTOOLBAR, wxID_COLLECTIONEDITORITEMLIST] = map(lambda _init_ctrls: NewId(), range(3))
C:\Python23\Lib\site-packages\wxPython\tools\boa\Inspector.py:454: DeprecationWarning: Use wxNewId instead
wxID_PARENTTREE = NewId()
C:\Python23\Lib\site-packages\wxPython\tools\boa\Inspector.py:455: DeprecationWarning: Use wxNewId instead
wxID_PARENTTREESELECTED = NewId()
C:\Python23\lib\site-packages\wxPython\windows.py:433: DeprecationWarning: integer argument expected, got float
val = apply(windowsc.wxWindow_SetDimensions,(self,) + _args, _kwargs)
Traceback (most recent call last):
File "C:\Python23\lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 307, in RunScript
debugger.run(codeObject, __main__.__dict__, start_stepping=0)
File "C:\Python23\lib\site-packages\Pythonwin\pywin\debugger\__init__.py", line 60, in run
_GetCurrentDebugger().run(cmd, globals,locals, start_stepping)
File "C:\Python23\lib\site-packages\Pythonwin\pywin\debugger\debugger.py", line 591, in run
exec cmd in globals, locals
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\Boa.py", line 574, in ?
main()
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\Boa.py", line 555, in main
app = BoaApp()
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\Boa.py", line 378, in __init__
wxApp.__init__(self, false)
File "C:\Python23\lib\site-packages\wxPython\wx.py", line 1808, in __init__
_wxStart(self.OnInit)
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\Boa.py", line 407, in OnInit
self.main.componentSB, self, self.main)
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\Editor.py", line 286, in __init__
self.erroutFrm = ErrorStackFrm.ErrorStackMF(self, self)
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\ErrorStackFrm.py", line 92, in __init__
self._init_ctrls(parent)
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\ErrorStackFrm.py", line 66, in _init_ctrls
self._init_coll_notebook1_Pages(self.notebook1)
File "C:\Python23\Lib\site-packages\wxPython\tools\boa\ErrorStackFrm.py", line 27, in _init_coll_notebook1_Pages
parent.AddPage(strText = self.tracebackText, bSelect = true, pPage = self.errorStackTC, imageId = self.tracebackImgIdx)
File "C:\Python23\Lib\site-packages\wxPython\windows2.py", line 104, in AddPage
val = apply(windows2c.wxNotebook_AddPage,(self,) + _args, _kwargs)
TypeError: wxNotebook_AddPage() takes at least 3 arguments (1 given)
Regards,
Egor