On Tue, Jul 8, 2014 at 1:59 PM, Desirée Calzadilla Cabrera <[email protected]> wrote: > I am Desirée Calzadilla and I am studying the temperature distribution in > isolated district heating pipes. I have generated a mesh of the pipe in 2D > with the program Gmsh and saved it as "mesh.msh". Then I copied the python > script dolfin-convert and dolfin-order to my project folder and converted > the .MSH file into .XML writting the following in the shell run: > > > python dolfin-convert mesh.msh mesh.xml, > > > but when doing that, I also get this message: > > "dolfin-order" is not recognized as an internal or external command, > operable program or batch file. > > > I tried to create a file dolfin-convert.bat, but when writting the following > in the sell run: > > > python "%~dp0\dolfin-convert" %* > > > I got this error: python: can't open file '%~dp0\dolfin-convert%*': [Errno2] > No such file or directory. > > > Can you help me in solving this problem?
Make sure dolfin-convert and dolfin-convert.bat is located in the same directory and that the directory is added to the PATH environment variable. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
