18:44
*An:* mitk-users@lists.sourceforge.net
*Betreff:* Re: [mitk-users] Python's lib-dynload
Seems I have found the problem. The actual python dll was loaded from
C:\Windows\System32 which is searched before PATH.
Seemingly, the way to fix this is to put the python27.dll to the
application fo
: Mittwoch, 30. September 2015 18:44
An: mitk-users@lists.sourceforge.net
Betreff: Re: [mitk-users] Python's lib-dynload
Seems I have found the problem. The actual python dll was loaded from
C:\Windows\System32 which is searched before PATH.
Seemingly, the way to fix this is to put the python2
Seems I have found the problem. The actual python dll was loaded from
C:\Windows\System32 which is searched before PATH.
Seemingly, the way to fix this is to put the python27.dll to the
application folder (they are searched there before system folders).
Thoughts?
Rostislav.
On 30/09/2015 16:5
Hi guys,
I am having a problem that python's Lib\lib-dynload libraries are not
found when executing code from Mitk's python plugin.
For example, if I execute "import socket" an error occurs:
Traceback (most recent call last):
File "", line 1, in
File "P:\MITK_python\sb\ep\lib\python2.7\lib\