Different deployment considerations (was: Python & GUI?)

Mike Fletcher mfletch at tpresence.com
Sun Jan 21 17:21:24 EST 2001


Hmm, didn't realise that. Strangely, I had an error report from my primary
users where their systems didn't find msvcrt.dll, renaming msvcirt.dll to
msvcrt.dll made everything work fine.  Curiouser and curiouser thought
Alice.

>Shrug<
Mike

-----Original Message-----
From: Dan Rolander [mailto:dan.rolander at marriott.com]
Sent: Sunday, January 21, 2001 8:51 AM
To: Mike Fletcher; python-list at python.org
Subject: Re: Different deployment considerations (was: Python & GUI?)


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




-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list