can't run Boa

Thanks. I didn't realize I had to go to CVS.

Robin Dunn wrote:

···

Mathew Yeates wrote:

Hi
I get the error File "C:\Python24\Lib\site-packages\boa-constructor\Companions\SizerCompanions

.py", line 737, in ?
   (wx.NotebookSizer, 'wx.NotebookSizer', NotebookSizerDTC),
AttributeError: 'module' object has no attribute 'NotebookSizer'

What happened to NotebookSizer??

It was deprecated for a while, and then removed. (In 2.7.x if I remember correctly.)

How should I change Boa??

Check with the Boa list to be sure, but I think if you get the latest version of Boa from their CVS it should work with a current wxPython.

Hi Mathew,

Mathew Yeates wrote:

Thanks. I didn't realize I had to go to CVS.

Most of the time the CVS version is the best to get. Riaan is planning to do a new release, but he is very busy on some other projects.

If you have other Boa questions you might want to post them to:
gmane.comp.ide.boa-constructor.user on the news.gmane.org server.

Werner