This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Honza Skýpala
Recipients Honza Skýpala, yan12125
Date 2017-02-13.20:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487016726.76.0.109290778009.issue29541@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-02-13 20:12:06Honza Skýpalasetrecipients: + Honza Skýpala, yan12125
2017-02-13 20:12:06Honza Skýpalasetmessageid: <1487016726.76.0.109290778009.issue29541@psf.upfronthosting.co.za>
2017-02-13 20:12:06Honza Skýpalalinkissue29541 messages
2017-02-13 20:12:06Honza Skýpalacreate