Opened 7 years ago
Closed 7 years ago
#9917 closed defect (fixed)
asymptote requires Pillow to be built with Python2
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
I got carried away when I replaced the optional dep for xasy of Imaging with Pillow - yes, that does build with both Python2 and Python3, but xasy is a Python2 script (/usr/bin/env python) so unless we follow the heresy of making Python point to Python3 it will not be found.
This has a knock-on effect re recompiling Python3 - tkinter is not required by any Python3 packages in the book after fixing this.
Change History (4)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to Krejzi:
I assume this can be marked as fixed now?
Yes, thought I had closed it. Thanks for noticing.
Note:
See TracTickets
for help on using tickets.
Side note - at some point xasy had been changed to refer to Pillow instead of Imaging, but of course I never saw that until I built only the Python3 version.
Corrected in r19361.