I am now trying to modify "webcam-pulse-detector" which makes use of openmdao and it failed in openmdao for two versions.
In version 0.9.5, it reports import error "no module named traits.api" and in the newest version 1.6.3, it reports error "ImportError: No module named datatypes.api", which is because of openmdao does't activate yet.
So how can I activate openmdao version 1.6.3 just like in version 0.9.5 by typing in "OPENMDAO/Scripts/activate" ? Thank you very much!