[issue20599] test_cleanup() of test_builtin failed

STINNER Victor report at bugs.python.org
Thu Feb 13 11:07:59 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20599>
_______________________________________


More information about the Python-bugs-list mailing list