Message 211137 - Python tracker

Message211137

Author vstinner
Recipients pitrou, python-dev, serhiy.storchaka, vstinner
Date 2014-02-13.10:07:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392286079.82.0.66307203041.issue20599@psf.upfronthosting.co.za>
In-reply-to
Content
> Shared object "libpython3.4dm.so.1" not found, required by "python"

This is probably is missing LD_LIBRARY_PATH environment variable.

> Fatal Python error: Failed to initialize Windows random API (CryptoGen)

Oh, it remembers me that Windows requires some environment variables to start, otherwise it fails badly.

I modified the test to *not* start with an empty environment, it's not the purpose of the test.
History
Date User Action Args
2014-02-13 10:07:59vstinnersetrecipients: + vstinner, pitrou, python-dev, serhiy.storchaka
2014-02-13 10:07:59vstinnersetmessageid: <1392286079.82.0.66307203041.issue20599@psf.upfronthosting.co.za>
2014-02-13 10:07:59vstinnerlinkissue20599 messages
2014-02-13 10:07:59vstinnercreate