Re: [Tutor] cannot convert eps to png using PIL (LL)

2009-10-16 Thread LL
> 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:/

[Tutor] cannot convert eps to png using PIL

2009-10-15 Thread LL
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

[Tutor] please do not post question about writelines

2006-09-09 Thread LL
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

[Tutor] error in writelines

2006-09-09 Thread LL
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