8 Oct
2004
8 Oct
'04
11:45 p.m.
Vlad Berditchevskiy <vlad@hashbang.de> writes:
This happens in the following line:
,---- | original_file=StringIO(str(original_image.data)) `----
Sorry, I quoted the wrong line. The error is actually happening here: ,---- | image=Image.open(original_file) `---- I also tried to supply the file name directly: ,---- | image = Image.open('/home/vlad/my.jpg') `---- and got almost the same result: Error Value: 'file' object has no attribute 'startswith' -- \ / vlad@hashbang.de \/lad http://www.hashbang.de