Search found 2 matches

by eikep
Fri Feb 24, 2012 4:21 pm
Forum: General
Topic: scripting the geometry
Replies: 49
Views: 9373

Re: scripting the geometry

Hi Yanie, as the error message indicates, the problem occures in line 19 of your code. the method SwapPosition takes only 2 arguments that is why in line 18: weave.SwapPosition(0, 3) succeeds while the following weave.SwapPosition(0, 1, 2) fails on script execution. i am not sure what you are trying...
by eikep
Fri Feb 03, 2012 8:53 pm
Forum: General
Topic: building texgen on linux
Replies: 4
Views: 2541

building texgen on linux

Hi Louise, so far my effort to build a working texgen-gui failed. you mentioned in the forum that u managed to build it on ubuntu. can u please provide some information on your built ? texgen version: ? python version: ? swig version: ? wxwidgets/wxgtk: ? vtk version: ? gcc version: `? i had to over...