tool_configuration_assistants

Classes for tool configuration assistants.

authors:
  1. Marin (KTH)
date:

10.1.2019

Module Contents

class tool_configuration_assistants.SpineModelConfigurationAssistant(toolbox)[source]

Bases: PySide2.QtCore.QObject

Configuration assistant for SpineModel.jl.

toolbox

QMainWindow instance

Type:ToolboxUI
check_finished[source]
installation_finished[source]
msg[source]
find_out_julia_version_and_project(self)[source]
julia_version(self)[source]

Return current julia version.

julia_active_project(self)[source]

Return current julia active project.

spine_model_version_check(self)[source]

Return qsubprocess that checks current version of SpineModel.

py_call_program_check(self)[source]

Return qsubprocess that checks the python program used by PyCall in current julia version.

install_spine_model(self)[source]

Return qsubprocess that installs SpineModel in current julia version.

install_py_call(self)[source]

Return qsubprocess that installs PyCall in current julia version.

reconfigure_py_call(self, pyprogramname)[source]

Return qsubprocess that reconfigure PyCall to use given python program.