Python DLL in Windows Folder

Ross Ridge rridge at caffeine.csclub.uwaterloo.ca
Mon Dec 24 18:23:38 EST 2007


Chris Mellon <arkanes at gmail.com> wrote:
>What the python installer is doing is the Right Thing for making the
>standard python dll available to third party applications.
>Applications that want a specific version of a specific DLL should use
>the mechanisms available for doing so, instead of relying on there
>being a specific version of the python dll in the windows folder. This
>is just general best practice on Windows.

No, it's not best practice for an application install any of its files
in the Windows system directory.  The system directory is ment only
for drivers and system files.  Installing application DLLs in the
system directory is something that should only be done for backwards
compatiblity.

						Ross Ridge

-- 
 l/  //	  Ross Ridge -- The Great HTMU
[oo][oo]  rridge at csclub.uwaterloo.ca
-()-/()/  http://www.csclub.uwaterloo.ca/~rridge/ 
 db  //	  



More information about the Python-list mailing list