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 yan12125
Recipients Honza Skýpala, yan12125
Date 2017-02-13.13:28:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486992527.31.0.0484550356554.issue29541@psf.upfronthosting.co.za>
In-reply-to
Content
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`?
History
Date User Action Args
2017-02-13 13:28:47yan12125setrecipients: + yan12125, Honza Skýpala
2017-02-13 13:28:47yan12125setmessageid: <1486992527.31.0.0484550356554.issue29541@psf.upfronthosting.co.za>
2017-02-13 13:28:47yan12125linkissue29541 messages
2017-02-13 13:28:47yan12125create