[Boa Constr] Error loading Boa 1.0 alpha
Status: Beta
Brought to you by:
riaan
From: Brian L. <the...@ms...> - 2002-10-09 17:39:50
|
Hello, I'm new to Python and wxPython but having fun learning! I'm trying to use Boa 1.0 that I just downloaded but when I run it I get an error. Below is the traceback. I'm using Python 2.2, wxPython 2.3, and have wxWindows 2.2.9 installed (if that matters). Any help would be appreciated, I'm anxious to try out Boa. Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\brian>cd \ C:\>cd python22\wxpython C:\Python22\wxPython>cd tools C:\Python22\wxPython\tools>cd boa C:\Python22\wxPython\tools\boa>dir boa.py Volume in drive C is WINXP_PRO Volume Serial Number is D4E2-298E Directory of C:\Python22\wxPython\tools\boa 01/27/2002 07:13 PM 19,792 Boa.py 1 File(s) 19,792 bytes 0 Dir(s) 1,471,885,312 bytes free C:\Python22\wxPython\tools\boa>boa.py Starting Boa Constructor v0.1.0-alpha importing wxPython setting user preferences running main... Traceback (most recent call last): File "C:\Python22\wxPython\tools\boa\Boa.py", line 495, in ? main() File "C:\Python22\wxPython\tools\boa\Boa.py", line 475, in main app = BoaApp() File "C:\Python22\wxPython\tools\boa\Boa.py", line 310, in __init__ wxApp.__init__(self, false) File "C:\PYTHON22\Lib\site-packages\wxPython\wx.py", line 1711, in __init__ _wxStart(self.OnInit) File "C:\Python22\wxPython\tools\boa\Boa.py", line 321, in OnInit abt = About.createSplash(None, modTot, fileTot) File "C:\PYTHON22\wxPython\tools\boa\About.py", line 132, in createSplash return AboutBoxSplash(parent, modTot, fileTot) File "C:\PYTHON22\wxPython\tools\boa\About.py", line 151, in __init__ self.html = Utils.wxUrlClickHtmlWindow(self.blackback, -1, flags=wxCLIP_CHIL DREN) File "C:\PYTHON22\Lib\site-packages\wxPython\html.py", line 609, in __init__ self.this = apply(htmlc.new_wxHtmlWindow,_args,_kwargs) TypeError: 'flags' is an invalid keyword argument for this function Exception exceptions.TypeError: "'NoneType' object is not callable" in ignored 10:06:57: Debug: c:\projects\wx\src\msw\app.cpp(439): 'UnregisterClass(canvas)' failed with error 0x00000584 (class still has open windows.). Thanks Brian _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com |