#1187 closed defect (fixed)
[patch] missing PIL gives an error message with missing field name
| Reported by: | Antti Kaihola | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Core (Other) | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
If PIL is missing, the following error message appears when running the internal webserver:
artists.photos: "%s" field: To use ImageFields, you need to install the Python Imaging Library. Get it at http://www.pythonware.com/products/pil/ .
The missing string format argument is added in the attached patch.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | PIL-missing-error.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1859]) Fixed #1187 -- Added field name to error message for missing PIL. Thanks, akaihola