Opened 18 years ago
Closed 18 years ago
#2325 closed defect (invalid)
Python 'make test' requires installed Python
Reported by: | Jeff Davis | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
"make test" will fail in the Python install if performed in the order suggested in the book. Python must be installed first. In addition, running make test prior to the install will cause the install to fail, too
Note:
See TracTickets
for help on using tickets.
There must be some other reason you had problems. Python's test suite has always built reliably for me using book instructions. My most recent build of Python (2.5) of just a couple days ago went smooth. And I had no version of Python on my system.
Marking this ticket invalid.