Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOError: [Errno 32] Broken pipe #19

Open
NXDD opened this issue Oct 8, 2018 · 0 comments
Open

IOError: [Errno 32] Broken pipe #19

NXDD opened this issue Oct 8, 2018 · 0 comments

Comments

@NXDD
Copy link

NXDD commented Oct 8, 2018

When I press "s", the console shows:

saving drawing to spiro-08Oct2018-133122.eps/png
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python27\lib\lib-tk\Tkinter.py", line 1541, in call
return self.func(*args)
File "C:\Python27\lib\lib-tk\turtle.py", line 710, in eventfun
fun()
File "C:/pythonlearning/PythonPlayground/eg_2 kleidoscope/spiro_original.py", line 192, in saveDrawing
img.save(fileName + '.png', 'png')
File "C:\Python27\lib\site-packages\PIL\Image.py", line 1406, in save
self.load()
File "C:\Python27\lib\site-packages\PIL\EpsImagePlugin.py", line 283, in load
self.im = Ghostscript(self.tile, self.size, self.fp)
File "C:\Python27\lib\site-packages\PIL\EpsImagePlugin.py", line 72, in Ghostscript
gs.write(s)

I opened the folder, finding the picture was not be saved as png.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant