This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients Ray Donnelly, barry, brett.cannon, eryksun, lemburg, njs, paul.moore, steve.dower, tim.golden, xoviat, zach.ware
Date 2018-01-16.11:13:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <8947c09f-0243-a94c-6189-0dadf2288a8d@egenix.com>
In-reply-to <1516100576.47.0.467229070634.issue32516@psf.upfronthosting.co.za>
Content
Probably better overall to go with a conda package which puts
the DLLs in a central location and manages the dependencies.

You can then load the DLL in the package before loading the PYD
and you're all set. Whether in an __init__.py or elsewhere is
really up to the package.
History
Date User Action Args
2018-01-16 11:13:49lemburgsetrecipients: + lemburg, barry, brett.cannon, paul.moore, tim.golden, njs, zach.ware, eryksun, steve.dower, xoviat, Ray Donnelly
2018-01-16 11:13:49lemburglinkissue32516 messages
2018-01-16 11:13:49lemburgcreate