Author: | Dave Kuhlman |
---|---|
Contact: | dkuhlman (at) davekuhlman (dot) org |
Address: | http://www.davekuhlman.org |
revision: | 2.22a |
---|
date: | April 11, 2016 |
---|
copyright: | Copyright (c) 2016 Dave Kuhlman. This documentation and the software it describes is covered by The MIT License: http://www.opensource.org/licenses/mit-license.php. |
---|---|
abstract: | This document describes generateds_ui.py, the graphical front end to generateDS.py. |
generateds_gui.py provides a graphical front end for generateDS.py. Some may find it easier to configure and to select and set options for generateDS.py using this graphical application.
You will need Gtk support for Python in order to run generateds_gui.py.
You must run generateds_gui.py under Python 3. Python 2 is not supported.
Note that you can use the "--session" command line flag supported by generateDS.py on a machine that does not have Python Gtk support installed.
Here are some of the different ways that you can use generateds_gui.py:
You can get some help by running the following:
$ ./generateds_gui.py --help
Command line options and arguments:
Usage: python generateds_gui.py [options] --session=<some_session_file.session> example: python generateds_gui.py --session=generator01.session Options: -h, --help show this help message and exit --exec-path=EXEC_PATH path to executable generated in command line. Example: "python /path/to/generateDS.py". Default: "./generateDS.py". Use Tools/Generate CL (Ctrl-T) to see it. --impl-gui=IMPL_GUI name of glade file that defines the GUI if not embedded. -s SESSION, --session=SESSION name of a session file to be loaded.