aerospaceresearch / visma

VISual MAth - an equation solver and visualizer
GNU General Public License v3.0
101 stars 80 forks source link

Visma button is visible on start GUI with no input #243

Open vieiraroger opened 4 years ago

vieiraroger commented 4 years ago

The button visma is visible on first start gui, but have any info in the input. When you try to click generate an error:

Traceback (most recent call last):
  File "/.../visma/visma/gui/window.py", line 365, in interactionMode
    renderQuickSol(self, self.qSol, self.enableQSolver)
AttributeError: 'WorkSpace' object has no attribute 'qSol'

Screenshot from 2020-04-05 02-52-59

godspeed5 commented 4 years ago

Can you mention the PC/env specs? I tried this on Ubuntu 20.04 and could not reproduce the issue

vieiraroger commented 3 years ago

I had this issue on Ubuntu 16.04, I'm currentily using 20.04 now and could not reproduce the issue