Re: [IronPython] problem accessing/import System.IO.Packaging using IronPython

2007-11-28 Thread Sanghyeon Seo
2007/11/29, Raymond Yee <[EMAIL PROTECTED]>: > # I can't figure out how to load System.IO.Packaging -- which is part of > .NET 3.0 > # > http://msdn2.microsoft.com/en-us/library/system.io.packaging.package.aspx > is part of .NET 3.0 The MSDN page you linked says: Package Class Namespace: System.I

Re: [IronPython] problem accessing/import System.IO.Packaging using IronPython

2007-11-28 Thread Dino Viehland
;, 'TargetMode', 'VerifyResult', 'ZipPackage', 'ZipPackagePart'] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Raymond Yee Sent: Wednesday, November 28, 2007 4:46 PM To: [email protected] Subject: [IronP

[IronPython] problem accessing/import System.IO.Packaging using IronPython

2007-11-28 Thread Raymond Yee
I've not been able to figure out how to import Package from System.IO.Packaging. Below is some code to illustrate my problem. (I've run this code in IronPython 2.0A6 and 1.1. I have .NET 3.0 installed.) Basically, from System.IO import Packaging gives me the error ImportError: Cannot