Thread Previous • Date Previous • Date Next • Thread Next |
> Stupid question I didn't find in documentation yet : what is the > syntax to load a script when yade is already started? execfile('filename') will run that file in the current interpreter (it is a python built-in function, not yade's). You should call O.reset() before execfile, though, since most scripts count on the zero state at the beginning. v
Thread Previous • Date Previous • Date Next • Thread Next |