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 steve.dower
Recipients Thrameos, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-12-11.00:02:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607644951.7.0.038343079118.issue42529@roundup.psfhosted.org>
In-reply-to
Content
Replicating also requires installing Java (I got as far as the build failing), which is going to have to wait until I have time to spin up a throwaway machine :)

That exception is a normal part of the import process and should be being handled. It's not the same one that eventually terminates the program.

I'd continue past that one and keep continuing until you hit one that looks like "DLL initialization routine failed". That *should* come out of the DLL that is actually failing, which Python isn't able to identify, and will give us hints toward the actual root cause.
History
Date User Action Args
2020-12-11 00:02:31steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Thrameos
2020-12-11 00:02:31steve.dowersetmessageid: <1607644951.7.0.038343079118.issue42529@roundup.psfhosted.org>
2020-12-11 00:02:31steve.dowerlinkissue42529 messages
2020-12-11 00:02:31steve.dowercreate