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 chaselton
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64
Date 2015-04-20.15:38:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429544297.94.0.500787494185.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
Ryan,
Completely forgot to download and apply it, but based on what I see there are a few things that need to be corrected.

1) -python3.4m needs to be changed to -python3.5m...or the appropriate versioning variable.
2) colons at the end of the elif lines in setup.py (1950- )
3) The _crypt and readline module builds in setup.py need additional libraries to work...python3.5m for both and possibly ncurses for readline, I'll test and get back to you.

With #1 and #2 added, the build and install completes successfully, although you obviously can't import readline and _crypt.
History
Date User Action Args
2015-04-20 15:38:18chaseltonsetrecipients: + chaselton, r.david.murray, freakboy3742, ethan.furman, refi64
2015-04-20 15:38:17chaseltonsetmessageid: <1429544297.94.0.500787494185.issue23496@psf.upfronthosting.co.za>
2015-04-20 15:38:17chaseltonlinkissue23496 messages
2015-04-20 15:38:17chaseltoncreate