Freezing a PythonWin application

Phil Mayes nospam at bitbucket.com
Tue Jun 15 14:37:16 EDT 1999


I'm trying to freeze a PythonWin application.

I can successfully freeze a simple script:
  import win32api
  win32api.MessageBox(0, 'Open-source', 'groovy')

My PythonWin application, however, has an MFC .exe stub based on
pythonwin.exe; when I freeze this, it doesn't even reach
CxxxApp::InitApplication().  I presume that I need to meld this
and the code in frozen.c; If anyone has done this before (or failed
to!) I would appreciate some advice.

TIA, Phil
--
Phil Mayes    pmayes AT olivebr DOT com







More information about the Python-list mailing list