mattions / neuronvisio

A Graphical User Interface with 3D Visualization features for NEURON simulation enviroment
https://neuronvisio.readthedocs.io
Other
30 stars 15 forks source link

All works for me on Windows, but model is not loaded... #27

Closed uricohen closed 12 years ago

mattions commented 12 years ago

I think the problem is due to the './' as a path, that is Linux specific.

Just change it to '.' and should fix it. On 3 Oct 2011 17:06, "Uri Cohen" < reply@reply.github.com> wrote:

You can merge this Pull Request by running:

git pull https://github.com/uricohen/neuronvisio master

Or you can view, comment on it, or merge it online at:

https://github.com/mattions/neuronvisio/pull/27

-- Commit Summary --

  • Changed model properties and information to be side-by-side
  • Added sip importing code to avoid a QString issue
  • Added the needed logic to compile mod files on Windows
  • Merge branch 'master' of https://github.com/mattions/neuronvisio
  • Fixed an import issue caused on Windows when pulling the latest version
  • Removed the trailing slash from model directory

-- File Changes --

M src/neuronvisio/controls.py (53) M src/neuronvisio/modeldb/ModelDB.py (7)

-- Patch Links --

https://github.com/mattions/neuronvisio/pull/27.patch https://github.com/mattions/neuronvisio/pull/27.diff

Reply to this email directly or view it on GitHub: https://github.com/mattions/neuronvisio/pull/27