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 vstinner
Recipients cmeyer, shihai1991, vstinner
Date 2020-11-11.17:07:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605114442.38.0.418461192478.issue42260@roundup.psfhosted.org>
In-reply-to
Content
> I would like to request that this ability to dynamically load Python DLLs remains even with any new initialization mechanism.

I don't plan to remove any feature :-)

> As another note, the main issues we run into are configuring the Python path to properly find packages and DLLs.

Do you mean sys.path? If yes, that's one of the goal of this issue. Allow you to write your own Python code to configure sys.path, rather than having to write C code, before the first (external) import.

How do you configure sys.path currently? Do you parse a configuration file? Do you use a registry key on Windows?
History
Date User Action Args
2020-11-11 17:07:22vstinnersetrecipients: + vstinner, cmeyer, shihai1991
2020-11-11 17:07:22vstinnersetmessageid: <1605114442.38.0.418461192478.issue42260@roundup.psfhosted.org>
2020-11-11 17:07:22vstinnerlinkissue42260 messages
2020-11-11 17:07:22vstinnercreate