ANNOUNCE: a few little things

Christian Tismer tismer at appliedbiometrics.com
Wed Nov 17 09:17:07 EST 1999


Neil Schemenauer wrote:
> 
> I spent a bit of time today and updated my Python web site.  The
> highlights are:
> 
> py152_sa.zip
> ------------
> 
> A Stand-alone version of Python for Windows. It includes Python
> 1.5.2, Tcl, zlib and bsddb.  It fits on a floppy and can be
> extracted and run from any location.  Just add your application
> code.

Just a question here:
I did a stand-alone version too a while ago, but didn't publish
it for the following reason:
If a user happens to import *any* .pyd module which is built
for Windows, this pyd will try to load python15.dll since they
all link against it. Did you provide something which at least
prevends this problem?
One possible solution would be a stub python15.dll just to be safe,
which itself is linked against you .exe file. This works as far as
I remember, but then you are at two files again, and the question
remains why this is better than to have what we now have?

cheers - chris

-- 
Christian Tismer             :^)   <mailto:tismer at appliedbiometrics.com>
Applied Biometrics GmbH      :     Have a break! Take a ride on Python's
Kaiserin-Augusta-Allee 101   :    *Starship* http://starship.python.net
10553 Berlin                 :     PGP key -> http://wwwkeys.pgp.net
PGP Fingerprint       E182 71C7 1A9D 66E9 9D15  D3CC D4D7 93E2 1FAE F6DF
     we're tired of banana software - shipped green, ripens at home




More information about the Python-list mailing list