Python 2.4 killing commercial Windows Python development ?

"Martin v. Löwis" martin at v.loewis.de
Mon Apr 11 17:58:21 EDT 2005


Nemesis wrote:
> I have the same problem. But I have a doubt, does Python installer ship
> this dll? 

It sure does.

> What happens if I try to install Python2.4 on a system wich doesn't have
> the dll?

It will just work. Python installs the DLL if it is missing, and leaves
it alone (just incrementing the refcount) if it is present on the target
system.

Regards,
Martin




More information about the Python-list mailing list