[IronPython] Add error attribute to zlib.py in IPCE?
Patrick O'Brien
sum.ergo.code at gmail.com
Mon Nov 20 12:13:01 PST 2006
I'm slowing working my way through all the things keeping Schevo from
working with IronPython. For one case I needed to import error from zlib,
and it isn't defined in the zlib.py provided by IPCE (aka, fepy). I added
the following to zlib.py, but something better would obviously be an
improvement:
class error(Exception):
pass
Bonus points if compress and decompress actually raised error... ;-)
P.S. fepy has been a lifesaver, tyvm. :-)
--
Patrick K. O'Brien
Orbtech http://www.orbtech.com
Schevo http://www.schevo.org
Louie http://www.pylouie.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20061120/2f377dce/attachment-0001.htm
More information about the users
mailing list