STINNER Victor added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20599> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com