Freezing an app using win32com and wxPython

Mark Hammond mhammond at skippinet.com.au
Fri Feb 4 18:16:56 EST 2000


<calishar at my-deja.com> wrote in message
news:87ckq3$ot1$1 at nnrp1.deja.com...
...
> Freeze reports:
> freezing wxPython.wx ...
> generating table of frozen modules
> No definition of module pythoncom in any specified map file.
> No definition of module pywintypes in any specified map file.
> No definition of module win32api in any specified map file.
> No definition of module win32ui in any specified map file.
> No definition of module wxPython.wxc in any specified map file.
> Warning: unknown modules remain: pythoncom pywintypes win32api
win32ui
> wxPython.wxc
>
>
>   How close am I to getting this app succesfully frozen, and how can
I
> go the last mile? (I do not have a PYTHONEX env.variable, partly
> because I'm not sure what it is for or what to set it to)

You should be very close.  If you can make the nominated modules
available then life should be good.  What specific problem do you
have?

Mark.






More information about the Python-list mailing list