[wxPython-users] Gui2Exe Problem Rename Executable
Paulo Henrique Junqueira Amorim
paulojamorim at gmail.com
Wed Apr 11 06:03:41 PDT 2007
Thak you,
Congratulations for its project, already they have forecast when goes
to leave the next version??
It wanted to leave a suggestion, add one option protect executable
therefore with WinRar or 7-zip extract the archives .pyc.
Best Regards
Paulo Henrique Junqueira Amorim
2007/4/11, Andrea Gavana <andrea.gavana at gmail.com>:
>
> Hi Paulo,
>
> On 4/11/07, Paulo Henrique Junqueira Amorim wrote:
> > I am creating executable with Gui2Exe but the project have one
> name
> > example setup_application.py, I want to generate executable with
> > Aplication.exe, in the field of the Gui2Exe add Application but the
> > executable generate with setup_application.exe.
> > If rename the executable project does not load.
>
> There is an option in py2exe to change the executable name, and it is
> called "dest_base". This option is currently not implemented in
> GUI2Exe (although it would not be that complicated to add, I'll look
> into it). What you could do at the moment (until I fix this missing
> feature), is to export the setup file via the menus:
>
> File =3D> Export setup file
>
> And then edit the generated file by editing the Target class adding
> the "dest_base" keyword:
>
> test_wx =3D Target(
> description =3D "A GUI app",
> script =3D filename,
> dest_base =3D "YOUR_EXECUTABLE_NAME")
>
> Then, you just use the usual:
>
> Python setup.py py2exe
>
> I know this will not be saved in the GUI2Exe database, but I will fix
> the problem as soon as I can.
>
> Andrea.
>
> "Imagination Is The Only Weapon In The War Against Reality."
> http://xoomer.virgilio.it/infinity77/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200704=
11/a951719a/attachment.htm
More information about the wxpython-users
mailing list