Re: [mitk-users] Python's lib-dynload

2015-10-07 Thread Rostislav Khlebnikov
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

Re: [mitk-users] Python's lib-dynload

2015-10-07 Thread Heim, Eric
: 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

Re: [mitk-users] Python's lib-dynload

2015-09-30 Thread Rostislav Khlebnikov
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