No problem in UltimateZip. Try this:
http://www.jcosby.com/csharp/cmath.cs
> Getting archive corruption errors from WinZip
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Jon Cosby
> Sent: Sunday, May 29, 2005
If anyone is interested, I have a cmath module to extend Complex64. It's
equivalent to the cpython cmath.
http://www.jcosby.com/csharp/cmath.zip
Jon Cosby
___
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
I see IronPython does not have the CPython readlines method. Is this an
oversight?
Jon Cosby
___
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
Is there something preventing me from importing from the standard Python
library in IronPython 0.6? I can import my own modules, but get a
"NotImplementedException" when importing from the standard library.
Jon Cosby
>>> import sys
>>> sys.path
['F:\\Projects