you might look at this thread...
http://aspn.activestate.com/ASPN/Mail/Message/wxpython-users/3652025
On Mon, Jul 6, 2009 at 8:59 AM, Mike Driscoll
wrote:
> 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 dis
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(