Hello,
We're pleased to announce the release of Python Tools for Visual Studio - RC 1
[http://pytools.codeplex.com/releases/view/64009]. This release includes lots
of bug fixes and several new features selected from the top voted features on
CodePlex. Some of the most significant changes are su
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
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
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
Hi all,
Sorry im a .NET newbie so im going to ask here without really trying to fix
this myself.
I want to import a CSV lib, as explained here:
http://www.ironpython.info/index.php/Reading_CSV_Files
My code is this, im just testing the import works at the moment:
import clr
from System.Reflect