[Distutils] Wheels and dependent third party dlls on windows
Paul Moore
p.f.moore at gmail.com
Tue Sep 30 16:37:16 CEST 2014
On 30 September 2014 15:31, David Genest <david.genest at ubisoft.com> wrote:
> Ok, so what if the dll is shared in a given environment (multiple extensions use it)?, the shared dll should be copied to every package? Won't that cause multiple loads by the system?
I honestly don't know in that case, sorry. You might get a better
answer on python-list for that, if no-one here can help.
Presumably the usage is all within one distribution, otherwise the
question would have to be, which distribution ships the DLL? But that
question ends up leading onto the sort of discussion that starts
"well, I wouldn't design your system the way you have", which isn't
likely to be of much help to you :-(
Sorry I can't offer any more help.
Paul
More information about the Distutils-SIG
mailing list