Re: [Python.NET] Python .NET on Windows 8.1

2013-11-24 Thread davidacoder
I had the same problem and the following fix in the file runtime/assemblymanager.cs made things work for me. I believe the problem is that on Win 8.1 there seem to be generic types that aren't in a namespace. My patch just skips those and thus prevents a crash. I am not sure whether that is the rig

Re: [Python.NET] Moving the project to github

2013-11-24 Thread davidacoder
+1 on that! I would love to see the official code base move to git and ideally github.com. The current situation, with an official very inactive repository and forks that are more current is really not good for the project. I also simply think that if the project was on github it would be easier t