- Notifications
You must be signed in to change notification settings - Fork750
Description
Environment
- Pythonnet version:
- 2.4.0 & 2.4.1.dev0
- Python version: 2.7.9
- Operating System: Raspbian GNU/Linux 8 (jessie)
Details
- Installation
- sudo pip install git+https://github.com/pythonnet/pythonnet
- sudo pip install pythonnet==2.4.0
- Error triggered when import clr
importclrclr.AddReference("myLib")
- Traceback (most recent call last):
import clr
File "", line 1, in
ImportError: System.NotImplementedException: No support for armv7l
at Python.Runtime.TypeManager+NativeCode.get_Active () [0x0002a] in <9666540cfc85422bb7aded792ea4f880>:0
at Python.Runtime.TypeManager.InitializeNativeCodePage () [0x00017] in <9666540cfc85422bb7aded792ea4f880>:0
at Python.Runtime.TypeManager.InitializeSlots (System.IntPtr type, System.Type impl) [0x000ad] in <9666540cfc85422bb7aded792ea4f880>:0
at Python.Runtime.TypeManager.CreateMetaType (System.Type impl) [0x00077] in <9666540cfc85422bb7aded792ea4f880>:0
at Python.Runtime.MetaType.Initialize () [0x00000] in <9666540cfc85422bb7aded792ea4f880>:0
at Python.Runtime.Runtime.Initialize (System.Boolean initSigs) [0x002a2] in <9666540cfc85422bb7aded792ea4f880>:0
at Python.Runtime.PythonEngine.Initialize (System.Collections.Generic.IEnumerable`1[T] args, System.Boolean setSysArgv, System.Boolean initSigs) [0x00014] in <9666540cfc85422bb7aded792ea4f880>:0
at Python.Runtime.PythonEngine.Initialize (System.Boolean setSysArgv, System.Boolean initSigs) [0x00005] in <9666540cfc85422bb7aded792ea4f880>:0
at Python.Runtime.PythonEngine.InitExt () [0x00000] in <9666540cfc85422bb7aded792ea4f880>:0