Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#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)

PIL-missing-error.diff (946 bytes ) - added by Antti Kaihola 18 years ago.

Download all attachments as: .zip

Change History (2)

by Antti Kaihola, 18 years ago

Attachment: PIL-missing-error.diff added

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1859]) Fixed #1187 -- Added field name to error message for missing PIL. Thanks, akaihola

Note: See TracTickets for help on using tickets.
Back to Top