View difference between Paste ID: 0zcW6nP0 and mNSc4X8V
SHOW: | | - or go back to the newest paste.
1
PS H:\> .\py341Test\Scripts\activate
2
(py341Test) PS H:\> python
3
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 bit (AMD64)] on win32
4
Type "help", "copyright", "credits" or "license" for more information.
5
>>> import clr
6
Attempting to load Python.Runtime using standard binding rules...
7
Attempting to load Python.Runtime from: 'H:\py341Test\lib\site-packages\pythonnet-2.0dev-py3.4-win-amd64.egg\Python.Runt
8
ime.dll'...
9
10
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocati
11
on. ---> System.DllNotFoundException: Unable to load DLL 'python33': The specified module could not be found. (Exception
12
 from HRESULT: 0x8007007E)
13
   at Python.Runtime.Runtime.Py_IsInitialized()
14
   at Python.Runtime.Runtime.Initialize()
15
   at Python.Runtime.PythonEngine.InitExt()
16
   --- End of inner exception stack trace ---
17
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
18
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
19
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters
20
, CultureInfo culture)
21
   at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] pro
22
videdArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
23
   at clrModule.PyInit_clr()