[Gmsh] gmsh and python

Anton Gladky gladky.anton at gmail.com
Fri Jan 25 11:48:19 CET 2013


I and Christophe Trophime created this package for Debian. It is a
gmsh python bindings. But there is still a "hack" to use it [1]. You need:

export LD_PRELOAD=/usr/lib/libmpi.so

before you import gmshpy:

import gmshpy

Theoretically it should work well.

Cheers,

Anton

[1] http://anonscm.debian.org/gitweb/?p=debian-science/packages/gmsh.git;a=blob;f=debian/README.Debian;h=923a9b72fa4cd8bce14dad5ec24384da627d6ee8;hb=HEAD#l44


2013/1/25 Nico Schlömer <nico.schloemer at gmail.com>:
> I'd also be *very* interested in this.
> I see there is
> https://launchpad.net/ubuntu/raring/+package/python-gmsh
> but I don't really know what this is all about.
>
> --Nico