> I noted, also, than, in some cases, Python26.dll is not copied in
> %WINDIR%\system32
> After that, external softs don't find the DLL.

Right. Only in "for all users" installations, python26.dll is put into
system32. In a "just for me" installation, the user is not expected to
have permissions to system32, hence the DLL is put into c:\python26.

Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to