Re: [Python.NET] ImportError: No module named Please help

2014-12-31 Thread Zane D. Purvis
I've seen something at least similar to this when the DLL I'm trying to use references a type in another DLL. When I copied that other DLL to the same location, it worked fine. In this situation, equivalent code in C# worked fine without the other DLL, but Python gave an error similar to what y

Re: [Python.NET] Passing in null as the value for a nullable type.

2014-02-05 Thread Zane D. Purvis
Try System.Nullable[System.DateTime]() I haven't tested that, but I think that's what you need. On Wed, Feb 5, 2014 at 1:25 PM, John Gill wrote: > Thanks. At least on my system there is no such thing as System.Null > > > > In c# at least, null is just a keyword in the language. > > > > > >

Re: [Python.NET] Branching scheme

2013-12-05 Thread Zane D. Purvis
I have found git-flow to be a good starting point for building a workflow. Cases it doesn't cover or parts of it that cause problems for the contributors of this project may be discovered, at which point deviation/modification should be considered. Are you suggesting using the gitflow project [ ht

Re: [Python.NET] pip and wheel

2013-11-29 Thread Zane D. Purvis
On Thu, Nov 28, 2013 at 1:17 PM, davidacoder wrote: > After all, on windows msbuild and the c# compiler are installed by default > on pretty much any machine in any case, compile times shouldn’t be much of > a problem, and so if my understanding of pip is correct, we could have full > pip support