Re: [Yade-users] Launching scripts inside Yade ?

2010-11-08 Thread Václav Šmilauer
> Thanks but this does not work. I get by this way plenty of errors about > python functions (I want to use during the execution of the script) > which are not defined (errors I do not get if I launch the script as > usually). Yade imports a few things automatically when it starts (into the nam

Re: [Yade-users] Launching scripts inside Yade ?

2010-11-08 Thread Jerome Duriez
Hello Chiara, Thanks but this does not work. I get by this way plenty of errors about python functions (I want to use during the execution of the script) which are not defined (errors I do not get if I launch the script as usually). Le 08/11/2010 15:11, chiara modenese a écrit : Hi Jerome,

Re: [Yade-users] Launching scripts inside Yade ?

2010-11-08 Thread chiara modenese
Hi Jerome, for this task, I think you can use the built-in py function: execfile('/home/3S-LAB/jduriez/yadeTrunk/scripts/normalInelasticity-test.py'). Have you tried to do it? Chiara On 8 November 2010 13:58, Jerome Duriez wrote: > Hello, > > I still do not know how to launch python scripts onc

[Yade-users] Launching scripts inside Yade ?

2010-11-08 Thread Jerome Duriez
Hello, I still do not know how to launch python scripts once Yade is already launched (at the Yade command line - prompt thus)... I tried with run "script.py", but it does not work (see below), and I could not find the info in the doc or in the ML. Yade [2]: run /home/3S-LAB/jduriez/yadeTrun

[Yade-users] RE : RE : No gui rev trunk 25 30

2010-11-08 Thread Bourrier Franck
Thank you Anton, I thought that the default features were still active when adding one. Everything works well when installing with : scons -j2 PREFIX=/home/fbourrier/Documents/YADE-DEV features=log4cxx,opengl,gts,openmp,vtk,qt4 Franck Message d'origine De: yade-users-boun

Re: [Yade-users] Compilation with gts feature

2010-11-08 Thread Jan Stránský
Hello Vaclav, if I disable vtk feature, there is no problem with gts. Similarly, when compiling with vtk but without gts, there is no problem as well. But compilation with both vtk feature and gts feature fails as I posted.. just to let you know :-) regards Jan __

Re: [Yade-users] RE : No gui rev trunk 2530

2010-11-08 Thread Anton Gladky
No, please, answer always to list, because other users can find it helpful. I think, that the problem in your case is in insufficient feature list. At least, you should add opengl option. You OS is "standard" for yade-users, so probably you will not have any problems with that. Anton On Mon, N

Re: [Yade-users] No gui rev trunk 2530

2010-11-08 Thread Anton Gladky
Hi, What OS do you use? Do you have clean install? Please, show your scons.profile-default Anton On Mon, Nov 8, 2010 at 10:11 AM, Bourrier Franck < franck.bourr...@cemagref.fr> wrote: > > Hi all, > I have a problem when installing the version trunk 2530. The installation > works well but I

[Yade-users] No gui rev trunk 2530

2010-11-08 Thread Bourrier Franck
Hi all, I have a problem when installing the version trunk 2530. The installation works well but I don't have the Controller nor the viewer. I don't have this problem with the 05 version: everything works well. I think it is related with the qt3 / qt4 versions. I tried : ~/Documents/yade$ s