Amazing.
I tried BOA back at version .05 and the current (.12) is Amazing. I
have been developing w/ VB, Delphi, and Java for over 8 years and have
recently started working with wxPython. The amount of control and scope
of features in the tool is fantastic.
I going to use it for my next internal GUI project and see how it works
out to build a production system.
Thanks,
-Aaron Held
Riaan Booysen wrote:
> Hi Aaron,
>
> Aaron Held wrote:
>
>>What would be the best way to distribute a boa app to users w/o python
>>installed on thier machine?
>>
>>I am playing with the installer from
>>http://www.mcmillan-inc.com/install5_ann.html
>>but I thought I would ask here.
>
>
> I personally use py2exe, and Boa has some support for it.
>
> If you create a setup.py file for your project
> (from Palette->New->Setup) you can build an exe by selecting
> File->py2exe from the Setup.py module in the Editor.
>
> Note that it is your responsibility to make sure that everything that
> py2exe requires is in the setup.py file.
> (like importing py2exe, etc. see the py2exe docs)
>
> It's on my todo list to support Installer too, but there are
> many many other things with higher priority.
>
>
>>Thanks,
>>-Aaron Held
>
>
> Cheers,
> Riaan.
|