This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author davidar
Recipients amaury.forgeotdarc, davidar, ggenellina, pitrou
Date 2009-07-26.02:43:22
SpamBayes Score 1.835342e-08
Marked as misclassified No
Message-id <1248576204.01.0.844166839009.issue6562@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it is the PIL library. Removing calls to Image.open() still results
in the same error - the exception is thrown before it even reaches that
bit of the code anyway.

Another odd thing is that the exception is only thrown on some of the
calls to get_tile_path, every second call to be exact - see the attached
log file.

I'm also attaching the relevant code from tilestore.py.
History
Date User Action Args
2009-07-26 02:43:24davidarsetrecipients: + davidar, amaury.forgeotdarc, ggenellina, pitrou
2009-07-26 02:43:24davidarsetmessageid: <1248576204.01.0.844166839009.issue6562@psf.upfronthosting.co.za>
2009-07-26 02:43:22davidarlinkissue6562 messages
2009-07-26 02:43:22davidarcreate