Re: Create executable from executable with py2exe

2008-03-30 Thread Konstantin Veretennicov
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

Create executable from executable with py2exe

2008-03-29 Thread vedrandekovic
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