Shareware using wxPython

Thanks,
That helps.

Amir

···

On Sun, 2003-09-21 at 09:45, Miki Tebeka wrote:

Hello Amir,

>Is there a way to compile a Windows program, written in wxpython, so =
>that it can be distributed with an automatic installer and install in =
>binary form?
I'm using py2exe (http://starship.python.net/crew/theller/py2exe/) and NSIS
installer (http://nsis.sourceforge.net/).

I've found one issue with python2.3 that if you have and "encoding" line
(see PEP 263 – Defining Python Source Code Encodings | peps.python.org) it won't work. To override
this just remove the "encoding" line (warning will not show if you give
py2exe -w switch)

HTH.

Bye.
----------------------------------------------------------------------------
-
Smile, damn it, smile.

lambda msg: {
        'name' : 'Miki Tebeka',
        'email' : 'mikit@zoran.co.il',
        'url' : ' The Department of Computer Science - Home - New’,
        'quote' : 'The only difference between children and adults is the
price of the toys'
}[msg]

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org