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-08-04.11:07:50
SpamBayes Score 0.00088057265
Marked as misclassified No
Message-id <1249384077.65.0.666823349915.issue6562@psf.upfronthosting.co.za>
In-reply-to
Content
I think I've narrowed it down to the ImageQt class provided by PIL -
commenting out the reference to this (in the constructor of the Tile
class referenced by TileProvider.run) stops the errors.

So how do I go about determining where the problem with ImageQt lies?
(It's only ~50 lines, so there can't be too many things that could
possibly go wrong)
History
Date User Action Args
2009-08-04 11:08:03davidarsetrecipients: + davidar, amaury.forgeotdarc, ggenellina, pitrou
2009-08-04 11:07:57davidarsetmessageid: <1249384077.65.0.666823349915.issue6562@psf.upfronthosting.co.za>
2009-08-04 11:07:50davidarlinkissue6562 messages
2009-08-04 11:07:50davidarcreate