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
>
Issue filed properly now as asked for! Sorry
Regards,
Rudi
_
Python.NET mailing list - [email protected]
https://mail.python.org/mailman/listinfo/pythondotnet
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
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
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