command line options
Hi all,
I just started with breve and I am looking for an option to run the breve simulation without the GUI. Is there a way to start breve without GUI via a command line option?
I also looked for an overview on command line options. Is there any page where I can find further infos on all options?
Regards

Ok, the problem shifted. I
Ok, the problem shifted. I found the possible commandline options in the source code. The problem now is,
(1) if I am using the Linux IDE version, breve does not recognize the flags. So e.g. "breveIDE -x demos/.py" just opens the GUI with the python file and tells me that there is no "-x" file. So somehow the flag is not detected.
(2) I downloaded the source code and compiled it but here the problem is:
- If I start "bin/breve -x .tz" everything seems fine (so it starts HelloWorld without GUI).
- If I start "bin/breve -x .py" it says: "ImportError: ....math.so: cannot open shared object file: No such file or directory" Nevertheless the file is in the folder. Any idea what might goes wring here?
Regards
Just to keep this post
Just to keep this post updated, in case others have the same trouble.
Problem (1) still exists.
Problem (2) was due to mixed 32 and 64 bit python libs and is solved.
Regards
CLI
Download and use the breve CLI version if you want those command line parameters to work. You can find out the other command line options using --help. Also, after the name of the file you load, you can pass command line parameters to your own breve script.
Thank you, I somehow must
Thank you, I somehow must have overseen this. Now it works.
Only for some reason, the command line version and the gui version give different results on the same file.