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 pitrou
Recipients amaury.forgeotdarc, davidar, ggenellina, pitrou
Date 2009-07-25.12:47:15
SpamBayes Score 5.950519e-09
Marked as misclassified No
Message-id <1248526206.5107.9.camel@localhost>
In-reply-to <1248525339.65.0.207294353555.issue6562@psf.upfronthosting.co.za>
Content
Le samedi 25 juillet 2009 à 12:35 +0000, David Roberts a écrit :
>   File "C:\Python26\lib\ntpath.py", line 97, in join
>     if path[-1] in "/\\":
> IndexError: cannot fit 'int' into an index-sized integer

This is definitely fishy and shouldn't happen in such a line of code.
Perhaps there is some deficient exception handling in one of the
extension modules you are using.

What if you remove calls to Image.open() (I assume it is the PIL
library?) and simply return filenames instead of Image objects?
History
Date User Action Args
2009-07-25 12:47:17pitrousetrecipients: + pitrou, amaury.forgeotdarc, ggenellina, davidar
2009-07-25 12:47:15pitroulinkissue6562 messages
2009-07-25 12:47:15pitroucreate