相关疑难解决方法(0)

pypy import clr在Windows上失败

我在Win10上尝试了pythonnet和pypy.它构建良好,但然后无法导入clr.在屏幕截图中的此调用之后发生崩溃.

调试这个的任何提示/工具?

在此输入图像描述

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 …
Run Code Online (Sandbox Code Playgroud)

.net python windows pypy python.net

22
推荐指数
1
解决办法
1532
查看次数

标签 统计

.net ×1

pypy ×1

python ×1

python.net ×1

windows ×1