Próbowałem Pythonnet z pypy na Win10. Buduje się dobrze, ale potem nie można zaimportować klr. Następuje awaria po wywołaniu tego zrzutu ekranu.Ppi import clr nie działa w systemie Windows
Jakieś wskazówki/narzędzia do debugowania tego?
pypy
Python 2.7.12 (aff251e54385, Nov 09 2016, 17:54:55)
[PyPy 5.6.0 with MSC v.1500 32 bit] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>> import clr
Attempting to load 'Python.Runtime' using standard binding rules.
'Python.Runtime' not found using standard binding rules.
Attempting to load Python.Runtime from: 'C:\Python\pypy2-v5.6.0-win32\site-packages\Python.Runtime.dll'.
Success loading 'Python.Runtime' from: 'C:\Python\pypy2-v5.6.0-win32\site-packages\Python.Runtime.dll'.
RPython traceback:
File "pypy_module_cpyext_2.c", line 26114, in type_realize
File "pypy_module_cpyext_2.c", line 31744, in _type_realize
Fatal RPython error: AssertionError
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Oto szczegółowy wątek o numerze:
https://github.com/pythonnet/pythonnet/issues/330
Jakie jest twoje pytanie? – void
Wszelkie wskazówki/narzędzia do debugowania tego? – denfromufa
Myślę, że jest to błąd –