<html><body><div style="font-family: sans serif; font-size: 12pt; color: #000000"><div>Hello,<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>I am a postdoc at LMGC in Montpellier with Frédéric Dubois as advisor. For <br data-mce-bogus="1"></div><div>some user case of our software, LMGC90, we use the python module 'gmshpy'.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>In order to use it on a new computer, I need to install it. I downloaded the </div><div>source of gmsh 2.12.0 from the web page :<br data-mce-bogus="1"></div><div><div>http://gmsh.info/</div><div><br></div><div>Before the compilation, I configured the generation of 'gmshpy' with :<br data-mce-bogus="1"></div><div><div>$ cd build<br data-mce-bogus="1"></div><div>$ cmake -DENABLE_WRAP_PYTHON=ON .../gmsh-2.12.0-source</div><div>$ make</div></div></div><div><br data-mce-bogus="1"></div><div>The module 'gmshpy' is well build under 'build/wrappers/gmshpy'.<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>The point is that, after the installation step :<br data-mce-bogus="1"></div><div>$ sudo make install<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>the directory 'build/wrappers/gmshpy' is copied in '/usr/local' whereas<br data-mce-bogus="1"></div><div>this directory is not part of python default search directories :<br data-mce-bogus="1"></div><div><div>$ python -c "import sys; print '\n'.join(sys.path)"</div><div>/usr/lib/python2.7<br>/usr/lib/python2.7/plat-x86_64-linux-gnu<br>/usr/lib/python2.7/lib-tk<br>/usr/lib/python2.7/lib-old<br>/usr/lib/python2.7/lib-dynload<br>/usr/local/lib/python2.7/dist-packages<br>/usr/lib/python2.7/dist-packages<br>/usr/lib/pymodules/python2.7</div></div><div><br data-mce-bogus="1"></div><div><div>Question : Could you provide a release where the directory 'build/wrappers/gmshpy' is installed (copied)<br></div><div>                 in one of the python default search directories?</div><div><br></div><div>(the directory '/usr/local/lib/python2.7/dist-packages' seems to be the more suitable)</div></div><div><br data-mce-bogus="1"></div><div>Best regards, <br data-mce-bogus="1"></div><div>ROZAR Fabien</div><div><br data-mce-bogus="1"></div></div></body></html>