Hi all
I am trying to call Mantid from a standalone version of python and running into errors. Please see details below:
On running ‘from mantid.simpleapi import *’ I am getting:
###############################################################################
—> 14 from ._kernel import *
15
16 ###############################################################################
ImportError: DLL load failed: The specified module could not be found.
or sometimes…
###############################################################################
—> 25 from . import pyversion
26
27 ###############################################################################
ImportError: cannot import name pyversion
OS: Windows 10 - 64bit
Mantid version : 3.10
Python version : 2.7.13 (Anaconda package 4.3.1)
Any ideas?
Saurabh