apdavison / helmholtz

Other
5 stars 1 forks source link

error: package directory 'helmholtz/access_control' does not exist #2

Open neuromusic opened 11 years ago

neuromusic commented 11 years ago

when trying to install from setup.py, there is no access_control package in helmholtz

neuromusic commented 11 years ago

actually, it looks like a lot of the packages listed in setup.py don't exist:

neuromusic commented 11 years ago

oh, I see. this is related to issue #1

these are modules from 0.2.0 that haven't been included in this 0.3.0dev release.

I'm really excited about this project. I started implementing something similar for my lab's data management (django site modeled after Neo with additional modules to support experimental metadata). see here: https://github.com/gentnerlab/django-neo & https://github.com/gentnerlab/sturnus

how soon can you get all of the development moved over here to Github? I'd love to work with the latest release and would be interested in contributing to the development of a module for (operant) behavior

apdavison commented 11 years ago

Hi @neuromusic

It's great to have someone interested! We've updated setup.py. Most of the packages have just been renamed, or merged. 'access_control' has not been migrated. Probably we will replace it with one of the many row-level permissions Django apps out there. In any case, it is not essential for a single-lab setup if the server is not accessible from outside.

So please give it a try, and let us know what's missing (e.g. up-to-date documentation ;-)

Contributions are very welcome.