BhallaLab / moose

MOOSE simulator.
http://moose.ncbs.res.in
GNU General Public License v3.0
26 stars 19 forks source link

mgui.py isn't available in /usr/local/lib/moose where the executable looks for it #227

Closed yurivict closed 6 years ago

yurivict commented 6 years ago

This line fails:

cd /usr/local/lib/moose && python mgui.py

because mgui.py is installed in /usr/local/lib/moose/gui/mgui.py.

dilawar commented 6 years ago

330727ee fixes it.