> It's trying to launch GhostScript, and failing.
Not sure this is the problem. Ghostscript is installed on my machine. Also, I
am able to convert .jpg to .png.___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
http:/
Hi.. I also asked this question on the imaging group but thought people here
might have insights as well..
all of the following code executes interactively except the last line.
Converting a .jpg file to .png works fine. I'm using the PIL version for Python
2.6. Any suggestions will be greatly
Hi... I sent a question about an apparent error
with writelines. I discovered my error (not closing the file correctly). Please
don't post my question.
Thanks,
Lance
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tu
Hi All,
I have a list containing 108 filenames. I want to
open each file and write it to an output file, appending it to the previous
write. I use the code below. Everything appears to work fine until I reach file
107. Only part of the file is written, and file 108 is not written at all. Th