sas.qtgui package

Subpackages

Submodules

sas.qtgui.GUITests module

sas.qtgui.convertUI module

sas.qtgui.convertUI.file_in_newer(file_in, file_out)[source]

Check whether file_in is newer than file_out, if file_out exists.

Returns True if file_in is newer, or if file_out doesn’t exist; False otherwise.

sas.qtgui.convertUI.pyrrc(in_file, out_file)[source]

Run the pyrcc4 script

sas.qtgui.convertUI.pyuic(in_file, out_file)[source]

Run the pyuic5 script

sas.qtgui.path_prepare module

Prepare python system path to point to right locations

sas.qtgui.path_prepare.addpath(path)[source]

Add a directory to the python path environment, and to the PYTHONPATH environment variable for subprocesses.

sas.qtgui.path_prepare.exe_run()[source]

Check if the process is run as .exe or as .py Primitive extension check of the name of the running process

sas.qtgui.path_prepare.import_package(modname, path)[source]

Import a package into a particular point in the python namespace

Module contents