[issue29541] Python3 error while building on Alt-F

Honza Skýpala report at bugs.python.org
Mon Feb 13 15:12:06 EST 2017


Honza Skýpala added the comment:

1. What's the result of ```./python -E```?

Python 3.6.0 (default, Feb 13 2017, 08:16:44)
[GCC 4.5.4 20120202 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.

2. Does `import crypt` run fine in ./python?

No, gives the error
./python: can't resolve symbol 'crypt'

3. Are there pre-installed Python on Alt-F? Uninstall them first may help

No, there is no python preinstalled (no python3, not even python2)

4. Is there a symbol called crypt in `nm ./python`?

No, `nm ./python | grep crypt` gives no results

----------

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


More information about the Python-bugs-list mailing list