Compatibilty table between BOA, wxPython, Python?

Uwe Fechner ufechner at csi.com
Mon Apr 8 17:02:43 EDT 2002


Jose Rivera wrote:
> The problem is that I made a program with BOA 0.0.5, it worked ok...
> and now reports the next error, so I guess that the problem may be the
> compatibility with wxPython 2.3.2.1
> 
> Traceback (most recent call last):
>   File "wxapp1.py", line 24, in ?
>     main()
>   File "wxapp1.py", line 20, in main
>     application = BoaApp(0)
>   File "C:\TOOLS\Python22\lib\site-packages\wxPython\wx.py", line
> 1587, in __ini
> t__
>     _wxStart(self.OnInit)
>   File "wxapp1.py", line 11, in OnInit
>     self.main = wxFrame1.create(None)
>   File "C:\TOOLS\MyDevelopments\InfoMan\wxFrame1.py", line 11, in
> create
>     return wxFrame1(parent)
>   File "C:\TOOLS\MyDevelopments\InfoMan\wxFrame1.py", line 161, in
> __init__
>     self._init_ctrls(parent)
>   File "C:\TOOLS\MyDevelopments\InfoMan\wxFrame1.py", line 115, in
> _init_ctrls
>     self.statusBar1 = wxStatusBar(size = wxSize(685, 20), id =
> wxID_WXFRAME1STAT
> USBAR1, parent = self, name = 'statusBar1', style = 0, pos =
> wxPoint(0, 347))
>   File "C:\TOOLS\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

Perhaps this is an answer to your question:

http://www.geocrawler.com/lists/3/SourceForge/2090/0/8325017/

Generally I think, the mailing list of the boa project is a better place
to ask boa related questions.

Regards:

Uwe




More information about the Python-list mailing list