License key generation for wxPython apps

Actually, contrary to what some have said here on the list, it is not only possible to make a single EXE with py2exe (without needing a separate Library.zip file), it is even possible to include the PythonXX.dll into the EXE file! Look up the "--bundle" parameter in py2exe documentation.

Markus

···

Counterquestion: can you start a car without putting the engine in?
Py2exe is designed to create standalone apps which don't depend on anything
being installed on the target system. Without the python runtime it will be
like installing a python script without python installed and expect it to
run.

On Friday 10 February 2006 01:50, the_shelter wrote:

thanks for the input ...

Talking about the obvious:

Is there a way to prevent py2exe from putting the python24.dll into
the build directory?
This has always seemed to me like an invitation for a reverse bytecode
session ('Hey, I was built w/ python- maybe you wanna try decompiling?')

--
UC

--
Open Source Solutions 4U, LLC 1618 Kelly St
Phone: +1 707 568 3056 Santa Rosa, CA 95401
Cell: +1 650 302 2405 United States
Fax: +1 707 568 6416

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