HumanDynamics / openPDS

openpds.media.mit.edu
MIT License
110 stars 33 forks source link

ImportError: No module named internal.mongo #7

Closed nmantri closed 9 years ago

nmantri commented 10 years ago

@brian717 :+1:

Hi, In oms_pds/ internal folder is not available, so i have corrected the line as below in tasks.py file. Please correct me.

oms_pds/tasks.py

from oms_pds.internal.mongo import InternalDataStore

+from oms_pds.pds.internal import InternalDataStore

As the class " InternalDataStore" is defined only in oms_pds/pds/internal/.py

RogerTangos commented 9 years ago

Hi nmantri,

I realize that this is a little old. You might switch over to the simply branch and try again. The readme is updated and any errors you have will likely result from lines involving "trustyframework." You can just comment those out, and it'll work.