Re: [Ironpython-users] Importing .NET Lib Error

2011-07-11 Thread Chris
Hi, thanks for the replies. Im not doing anything funky like running Parallels, this is a standard Win7 install, and im not loading from a network share. I added the "" as you suggested from that link Jimmy, restarted VS, but it had no effect, same error. Im executing the script using "Execute In

Re: [Ironpython-users] Importing .NET Lib Error

2011-07-11 Thread Jimmy Schementi
This particular error is actually informative, and even gives a URL for how to fix it: http://go.microsoft.com/fwlink/?LinkId=155569. But I'll summarize: You're running the script from a network share (looks like you're using Parallels with shared Mac drives?). Also looks like you're running thi

Re: [Ironpython-users] Importing .NET Lib Error

2011-07-11 Thread Slide
The next version of IP should have csv module support in it...I know that doesn't help you NOW, but should in the future.If the DLL is in the DLLs directory, you should be able to load by just using the clr.AddReference method I believe. Thanks, slide On Mon, Jul 11, 2011 at 12:16 PM, Chris wro