From: ufechner <ufe...@cs...> - 2002-04-07 09:23:03
|
Hallo boa-constructor-users, I am just testing boa 1.1a on win2k with python 2.2. It works great. I am a delphi developer, and even compared to the (expensive) delphi IDE boa-constructor seams to be fast, and has many features, delphi doesn't have. Before I had installed 1.0. To upgrade, I checked out the cvs version into a separte directory, renamed the old boa directory, and copied the new boa at the same place. Then I copied the Docs folder from my old installation over the new Docs folder, and the file Boa.pyw, that was missing in the cvs, and everything works fine. Now I have one little problem: I tried to compile the example notebook, and get the following error when running the application: Traceback (most recent call last): File "wxApp1.py", line 24, in ? main() File "wxApp1.py", line 19, in main application = BoaApp(0) File "C:\Python22\lib\site-packages\wxPython\wx.py", line 1587, in __init__ _wxStart(self.OnInit) File "wxApp1.py", line 13, in OnInit self.main = wxFrame1.create(None) File "wxFrame1.py", line 8, in create return wxFrame1(parent) File "wxFrame1.py", line 71, in __init__ self._init_ctrls(parent) File "wxFrame1.py", line 64, in _init_ctrls self.statusBar1 = wxStatusBar(size = wxDefaultSize, parent = self, pos = wxPoint(56, 104), name = 'statusBar1', style = 0, id = wxID_WXFRAME1STATUSBAR1) File "C:\Python22\lib\site-packages\wxPython\stattool.py", line 55, in __init__ self.this = apply(stattoolc.new_wxStatusBar,_args,_kwargs) TypeError: 'pos' is an invalid keyword argument for this function 10:59:21: Debug: c:\Projects\wx\src\msw\app.cpp(535): 'UnregisterClass(canvas)' failed with error 0x00000584 (diese Klasse hat noch geöffnete Fenster.). I am using wxPython-2.3.2.1-Py22-hybrid. Any idea? Regards: Uwe |