[IronPython] SharpZipLib

Steven Scott progoth at gmail.com
Tue Oct 12 05:19:21 CEST 2004


this has been answered many times, I believe

import sys
sys.LoadAssemblyByName( 'ICSharpCode.SharpZipLib' )
from ICSharpCode.SharpZipLib import *


On Mon, 11 Oct 2004 21:56:57 -0500, Travis Watkins <alleykat at gmail.com> wrote:
> Hello, I just found IronPython a couple days ago and thought I would
> try it out. I'm trying to use SharpZipLib [1] so I added it to the GAC
> with "gacutil /i ICSharpCode.SharpZipLib.dll". However, when I try to
> do "from ICSharpCode.SharpZipLib.GZip import *" I get the following:
> Unhandled Exception: IronPython.Objects.PythonImportError: can't load
> ICSharpCode.SharpZipLib.GZip
> 
> Do I have to do something special to load this? Thanks for your help.
> 
> [1] http://www.icsharpcode.net/OpenSource/SharpZipLib/
> _______________________________________________
> users-ironpython.com mailing list
> users-ironpython.com at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> 


-- 
Steven Scott <progoth at gmail.com>



More information about the Ironpython-users mailing list