[wxPython-users] py2exe, wxPython & zipextimporter error
Robin Dunn
robin at alldunn.com
Fri Feb 2 11:46:58 PST 2007
ejohnso9 at earthlink.net wrote:
> But when the build is run, there are several things in the dist
> directory, including msvcr71.dll. That is because of licensing issues
> with Microsoft? Are there other options to explicitly direct py2exe to
> link msvcr71.dll into the EXE?
Chicken and egg problem. The exe needs to have that file when it first
starts up, so it doesn't have a chance to load it from memory first like
it can do with the other DLLs.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list