RE: [IronPython] Cmath

2005-05-29 Thread Jon Cosby
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

[IronPython] Cmath

2005-05-29 Thread Jon Cosby
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

[IronPython] Readlines

2005-05-29 Thread Jon Cosby
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

[IronPython] (no subject)

2005-05-22 Thread Jon Cosby
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