Re: [Python.NET] trouble downloading pythonnet-2.0-alpha2-clr2.0_py26

2011-07-02 Thread Barton
I'll re-zip and upload that this weekend. Thanks. -barton On 7/1/2011 6:47 AM, Alexandre Fayolle wrote: Hello, I'm trying to download pythonnet-2.0-alpha2-clr2.0_py26 from http://sourceforge.net/projects/pythonnet/files/pythonnet-2.0-alpha2- clr2.0_py26/pythonnet-2.0-alpha2-clr2.0_131_py26_UC

Re: [Python.NET] Passing .NET objects to Python

2011-07-02 Thread Barton
The source code for the pythondotnet project has a great example of this. There is a copy [although, not quite up-to-date] of the project on the github repository which even has nUnit unit test framework built in. This project uses pure python to load the test assembly via unittest for a fairl