<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All<div><br></div><div>From scracth, I'm trying to use the gmsh Python API under Anaconda + spyder; I downloaded and installed the latest gmsh SDK release.</div><div><br></div><div>Wherever I did (export PYTHONPATH in the .bashrc file or  path explicitly added in the python file, even running the API in commandline), I got the same following error.</div><div><br></div><div>Is the mistake coming from my configuration? is the trouble coming from the Anaconda Python release? anything else?</div><div><br></div><div>Thanks for any advice</div><div><br></div><div>Paul</div><div><br></div><div>## add in the "t1.py" file </div><div><div>import sys</div><div>sys.path.append('/opt/gmsh_dev/lib')</div><div>import gmsh</div></div><div><br></div><div><div>## Gmsh error</div><div>  File "/home/paul/Gmsh/tutos/t1.py", line 13, in <module></div><div>    gmsh.initialize()</div><div><br></div><div>  File "/home/paul/Gmsh/tutos/gmsh.py", line 197, in initialize</div><div>    lib.gmshInitialize(</div><div><br></div><div>  File "/opt/anaconda3/lib/python3.6/ctypes/__init__.py", line 361, in __getattr__</div><div>    func = self.__getitem__(name)</div><div><br></div><div>  File "/opt/anaconda3/lib/python3.6/ctypes/__init__.py", line 366, in __getitem__</div><div>    func = self._FuncPtr((name_or_ordinal, self))</div><div><br></div><div>AttributeError: /opt/anaconda3/bin/python: undefined symbol: gmshInitialize</div></div></div></div></div>