> On 22 Mar 2015, at 17:29, [email protected] wrote: > > Hi, > > I started to play a bit with onelab. When trying to run the pend.py script > from > > http://onelab.info/wiki/Python > > on the command line using "gmsh pend.py", it throws this error > > Traceback (most recent call last): > File "pend.py", line 93, in <module> > exportMshOpt() > File "pend.py", line 20, in exportMshOpt > optFile = open(c.getPath("pend.msh.opt"),'w') > IOError: [Errno 13] Permission denied: '//pend.msh.opt' > > while running `gmsh ./pend.py` works. > > Is this the intended/expected behaviour or a bug? This is on ubuntu trusty. >
There was an issue in the "path()" function in Gmsh 2.9.0. Does it work with Gmsh 2.9.1 or the latest nightly builds? > Regards, > ST > -- > > > > _______________________________________________ > gmsh mailing list > [email protected] > http://www.geuz.org/mailman/listinfo/gmsh -- Prof. Christophe Geuzaine University of Liege, Electrical Engineering and Computer Science http://www.montefiore.ulg.ac.be/~geuzaine _______________________________________________ gmsh mailing list [email protected] http://www.geuz.org/mailman/listinfo/gmsh
