Different deployment considerations (was: Python & GUI?)

Dan Rolander dan.rolander at marriott.com
Sun Jan 21 08:50:36 EST 2001


Hi Mike,

You wrote:

> There's nothing special to do for wxPython, I just run "standalone" or
> "simple" and the app is generated with the DLLs collected.  Once I rename
> msvcirt.dll to msvcrt.dll I've got a working application.

Why would you rename msvcirt.dll to msvcrt.dll?  These are two different
libraries. Msvcirt.dll is the C++ runtime and msvcrt.dll is the C runtime.

Dan







More information about the Python-list mailing list