neurodata / ndstore

code for storing neurodata images and image annotations
http://neurodata.io
Apache License 2.0
38 stars 12 forks source link

No module named ndtype #290

Closed alexbaden closed 8 years ago

alexbaden commented 8 years ago

I'm trying to setup a new ndstore microns instance and am having an issue running the tests. Even when running using my virtualenv, I get a E ImportError: No module named ndtype failure whenever a test needs ndtype. Did I forget to modify my path in some way, or did something change? I've checked out both ndlib and spdb submodules and ensure they exist. When using the django shell, I can import ndtype. Any ideas?