Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

boa-constructor(1) [debian man page]

BOA-CONSTRUCTOR(1)					      General Commands Manual						BOA-CONSTRUCTOR(1)

NAME
boa-constructor - RAD tool for Python and WxWindows SYNOPSIS
boa-constructor [-CDTSBERhv] [-O directory] [--Constricted] [--Debug] [--Trace] [--StartupFile] [--BlockHomePrefs] [--EmptyEditor [--Remot- eDebugServer] [--help] [--version] [files...] DESCRIPTION
This manual page documents briefly the boa-constructor command. This manual page was written for the Debian distribution because the orig- inal program does not have a manual page. boa-constructor is an IDE and a RAD tool for creating cross-platform applications built on top of the Python language and the WxWindows GUI toolkit. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -O, --OverridePrefsDirName directory Specify a different directory to load preferences from. Default is $HOME/.boa-constructor and is used if it exists. Directory will be created (and populated) if it does not exist. -C, --Constricted Run in constricted mode, overrides the preferences. -D, --Debug Run the first filename passed on the command-line in the Debugger on startup. -T, --Trace Run in trace mode. Used for tracking down core dumps. Every function call is logged to a file which can later be parsed for a trace- back. -S, --StartupFile Execute the script pointed to by $BOASTARTUP or $PYTHONSTARTUP in the Shell namespace. The Editor object is available as sys.boa_ide. Overrides the preferences. -B, --BlockHomePrefs Prevent the $HOME directory being used. -E, --EmptyEditor Don't open the files that were open last time Boa was closed. -R, --RemoteDebugServer Run the first filename passed on the command-line in a Remote Debugger Server that can be connected to over a socket. -h, --help Show summary of options. -v, --version Show version of program. SEE ALSO
python(1). The program contains an integrated help and a little tutorial. AUTHOR
This manual page was written by Cedric Delfosse <cedric@debian.org>, for the Debian project (but may be used by others). 13 May 2003 BOA-CONSTRUCTOR(1)

Check Out this Related Man Page

freemat(1)						      General Commands Manual							freemat(1)

NAME
freemat - Mathematics Framework SYNOPSIS
freemat DESCRIPTION
This manual page documents briefly the freemat command. This manual page was written for the Debian distribution because the original pro- gram does not have a manual page. freemat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. freemat is available under the GPL license. OPTIONS
freemat follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -f <command> Runs freemat in command mode. freemat will startup, run the given command, and then quit. Note that this option uses the remainder of the command line, so use it last. -nogui Suppress the GUI for freemat. -noplastique Do not force the plastique style for GUI. -noX Disables the graphics subsystem. -e uses a dumb terminal interface (no command line editing, etc.) This flag is primarily used when you want to capture input/output to freemat from another application. -i <path> Install freemat - provide the path to the freemat data directory (containing the scripts, help and other files.). Normally these are installed in /usr/share/freemat but regardless, you must run freemat -i once to indicate the location of this directory. Note that in this mode, freemat will only update its internal configuration and then exit. -p <path> -help Show summary of options. AUTHOR
freemat was written by Samit Basu <samitbasu@users.sourceforge.net> This manual page was written by Giuseppe Iuculano <giuseppe@iuculano.it>, for the Debian project (but may be used by others). June 28, 2007 freemat(1)
Man Page