ZhuangLab / storm-control

Microscope control software
Other
66 stars 68 forks source link

kilroy - missing imports #42

Closed BogdanBintu closed 7 years ago

BogdanBintu commented 7 years ago

Since Hazen added a set path file in python I would suggest using it otherwise I experienced trouble with the "serial" module.

Suggested fix: In kilroy.py suggest adding: import imp imp.load_source("setPath", "../sc_library/setPath.py")

HazenBabcock commented 7 years ago

I would suggest using Python virtual environments instead. It is quite easy to do and it is the right way to solve this problem. You can make it automatic by adding the venv activation step to your .bat files.