Re: [python-win32] problem in making exe of python

2009-07-06 Thread Mike Driscoll
Marium, hi all, i m new to wx python.i found difficulty in making its exe.Although m using the code for exe as: # from distutils.core import setup import py2exe import sys,glob,os if len(sys.argv) == 1: sys.argv.append(py2exe) # creates a standalone .exe file, no zip files setup(

[python-win32] problem in making exe of python

2009-07-04 Thread Marium Ahmad
hi all, i m new to wx python.i found difficulty in making its exe.Although m using the code for exe as: # from distutils.core import setup import py2exe import sys,glob,os if len(sys.argv) == 1: sys.argv.append(py2exe) # creates a standalone .exe file, no zip files setup( options =