On Sat, Mar 29, 2008 at 3:23 PM, <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Is there any example how can I create executable ... with py2exe
>
Check out PyBuilder's source code (http://pybuilder.sourceforge.net/).
--
kv
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
Is there any example how can I create executable from executable with
py2exe.For example if I create main executable with some TextEntry
( wxpython ) and then when i write this code into this entry:
import os
print os.getcwd()
print "ok"
...to main executable convert this code into execut