[issue29541] Python3 error while building on Alt-F

Chi Hsuan Yen report at bugs.python.org
Mon Feb 13 08:28:47 EST 2017


Chi Hsuan Yen added the comment:

That's super strange. crypt() is used in _crypt module only, and this modules is not used elsewhere in Python. A few more tests may help diagnostics

1. What's the result of ```./python -E```?
2. Does `import crypt` run fine in ./python?
3. Are there pre-installed Python on Alt-F? Uninstall them first may help
4. Is there a symbol called crypt in `nm ./python`?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29541>
_______________________________________


More information about the Python-bugs-list mailing list