spinetoolbox.configuration_assistants.spine_model.configuration_assistant

Widget for assisting the user in configuring SpineModel.jl.

author:
  1. Marin (KTH)
date:

9.1.2019

Module Contents

class spinetoolbox.configuration_assistants.spine_model.configuration_assistant.SpineModelConfigurationAssistant(toolbox)[source]

Bases: spinetoolbox.widgets.state_machine_widget.StateMachineWidget

_required_julia_version = 1.1.0[source]
py_call_program_check_needed[source]
spine_model_process_failed[source]
py_call_installation_needed[source]
py_call_reconfiguration_needed[source]
py_call_process_failed[source]
spine_model_ready[source]
find_julia_version(self)[source]
_make_processing_state(self, name, text)[source]
_make_report_state(self, name, text)[source]
_make_prompt_state(self, name, text)[source]
_make_report_julia_not_found(self)[source]
_make_report_bad_julia_version(self)[source]
_make_welcome(self)[source]
_make_updating_spine_model(self)[source]
_make_prompt_to_install_latest_spine_model(self)[source]
_make_installing_latest_spine_model(self)[source]
_make_report_spine_model_installation_failed(self)[source]
_make_checking_py_call_program(self)[source]
_make_prompt_to_reconfigure_py_call(self)[source]
_make_prompt_to_install_py_call(self)[source]
_make_report_spine_model_ready(self)[source]
_make_reconfiguring_py_call(self)[source]
_make_installing_py_call(self)[source]
_make_report_py_call_process_failed(self)[source]
update_spine_model(self)[source]
install_spine_model(self)[source]
_handle_spine_model_process_finished(self, ret)[source]
check_py_call_program(self)[source]
_handle_check_py_call_program_finished(self, ret)[source]
reconfigure_py_call(self)[source]

Starts process that reconfigures PyCall to use given python program.

_handle_reconfigure_py_call_finished(self, ret)[source]
install_py_call(self)[source]

Starts process that installs PyCall in current julia version.

_handle_install_py_call_finished(self, ret)[source]
set_up_machine(self)[source]