[Pygui] PyGUI-2.3.2 ValueError on MacOSX
Greg Ewing
greg.ewing at canterbury.ac.nz
Sun Dec 19 00:15:18 CET 2010
Colin Brown wrote:
> Added the following lines to Pixmaps.py and the code now works okay:
>
> def focusStack(self):
> return self.base.focusStack()
>
> def saveGraphicsState(self):
> return self.base.saveGraphicsState()
>
> def restoreGraphicsState(self):
> return self.base.restoreGraphicsState()
Great, thanks. I'll incorporate this into the next release.
--
Greg
More information about the Pygui
mailing list