fumitoh / modelx

Use Python like a spreadsheet!
https://modelx.io
GNU Lesser General Public License v3.0
90 stars 20 forks source link

MxAnalyzer doesn't work #11

Closed alebaran closed 2 months ago

alebaran commented 4 years ago

I've just tried to follow all the instructions to use MxAnalyzer. It shows the value of the variable , but no dependencies (see the screenshot). MxAnalyzer issue

When I click on the variable or the arrow next to it, Spyder closes (dies). Spyder version 3.3.6

fumitoh commented 4 years ago

I had the same issue sometimes when I switched between different versions of Spyders for testing. When I remove all __pycache__ folders in spyder_modelx package folder, the issue seems to go away. Try that and let me know if the issue still persists.

alebaran commented 4 years ago

I've tried it. Doesn't help.

fumitoh commented 4 years ago

How about putting the cursor on the row (but not clicking the arrow) and pressing -> key. Can you open the row?

alebaran commented 4 years ago

that works. thanks

fumitoh commented 4 years ago

Now you can click the arrow and it's working (even after restarting Spyer)

alebaran commented 4 years ago

It breaks after restarting Spyder

fumitoh commented 4 years ago

Strange. It's working fine now on my PC and I can't even reproduce the issue. Anyhow, this would probably take some time to get resolved.

fumitoh commented 3 years ago

I just released spyder-modelx v0.7.0 and this issue is fixed. Also MxAnalyzer has been significantly enhanced.