Re: [Python.NET] pip install prerelease versions

2014-03-24 Thread Rudi Lutz
Rudi Lutz writes: > > > Issue filed properly now as asked for! Sorry > > Regards, > Rudi > > _ > Python.NET mailing list - PythonDotNet@... > https://mail.python.org/mailman/listinfo/pythondotnet >

Re: [Python.NET] pip install prerelease versions

2014-03-24 Thread Rudi Lutz
Issue filed properly now as asked for! Sorry Regards, Rudi _ Python.NET mailing list - [email protected] https://mail.python.org/mailman/listinfo/pythondotnet

Re: [Python.NET] pip install prerelease versions

2014-03-24 Thread Rudi Lutz
d to npython.exe, can you please file an issue > https://github.com/pythonnet/pythonnet/issues with precise error output and > replication steps? Much appreciated! > > Best, > David > > -Original Message- > From: PythonDotNet > [mailto:pythondotnet-bounces+anth

Re: [Python.NET] pip install prerelease versions

2014-03-21 Thread Rudi Lutz
Hi! I just installed using pip as instructed, but I now get an error saying that it can't find file or assembly Python.Runtime Version 4.0.0.1 and I can't find a file called that anywhere installed as part of the installation process. I have some older versions of Python.Runtime but they

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

2014-03-14 Thread Rudi Lutz
davidacoder writes: > > 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 a