[wxPython-users] Re: Platform<=>version conflict or what?
Werner F. Bruhin
werner.bruhin at free.fr
Mon May 28 06:17:54 PDT 2007
Hi Jorma,
Jorma Paavola wrote:
> ...
> I had some time to study Boa more and I went through the Tutorial on
> Capital 2.
Boa related issues are more often covered on the Boa list:
boa-constructor-users at lists.sourceforge.net
you can also follow on the game news server:
gmane.comp.ide.boa-constructor.user
> This is obviously concerning older version of BOA exampling on Xp!?
> My BOA is v.0.5.2 and therefore I guess everything did not fit with
> the Tutorial described:
> - Dialogs pane is missing
The tutorial was done for 0.5.0 and this has been changed after. All
these dialogs (File, Dir etc) can now be acceccess via code templates.
Place your cursor at the place in your source code were you want it and
press Alt-t.
> - Dialog (2.7) failed to show the Title field 'About Notebook' when
> running even it was showing on Designer !??
Works for me, just checked it with the code in
boa/examples/guide/dialog2.py (note that you might need to change the
image file path)
> - Dialog Window with sizers (2.8)won´t let to change the Sizers from
> 'None' (as default) at all ==> therefore the layout stucked on the
> left side of panel !!?
Yes, this sample will have to be reworked, it is on my todo list.
>
> Do you know if the combination of Python 2.5, wxPython 2.8.3.0 and BOA
> v.0.5.2 on Win2k don´t fit well together or is there something else on
> the Tutorial ?
I use Boa 0.5.2 for a long time and use it with Python 2.5, wxPython
2.8.4 (now, before 2.8.1 and even with 2.6.x and 2.7.x), was on Win XP
and I am now on Vista but do also check my applications on Win2k
(py2exe'd only).
Werner
More information about the wxpython-users
mailing list