Message241663
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. |
|
Date |
User |
Action |
Args |
2015-04-20 15:38:18 | chaselton | set | recipients:
+ chaselton, r.david.murray, freakboy3742, ethan.furman, refi64 |
2015-04-20 15:38:17 | chaselton | set | messageid: <1429544297.94.0.500787494185.issue23496@psf.upfronthosting.co.za> |
2015-04-20 15:38:17 | chaselton | link | issue23496 messages |
2015-04-20 15:38:17 | chaselton | create | |
|