labscript-suite / runmanager

𝗿𝘂𝗻𝗺𝗮𝗻𝗮𝗴𝗲𝗿 is an intuitive graphical interface for controlling 𝘭𝘢𝘣𝘴𝘤𝘳𝘪𝘱𝘵 𝘴𝘶𝘪𝘵𝘦 experiments. Includes multi-dimensional parameter scans and a remote programming interface for automation.
http://labscriptsuite.org
Other
3 stars 45 forks source link

Can't restart subprocess #93

Closed philipstarkey closed 4 years ago

philipstarkey commented 4 years ago

When attempting to restart the compilation subprocess I get the following error:

C:\Anaconda3\envs\labscript_py38_pipdev\python.exe: can't open file 'C:\Users\three\batch_compiler.py': [Errno 2] No such file or directory
2020-06-23 18:25:36,854 ERROR runmanager: Got an exception:
Traceback (most recent call last):
  File "C:\Anaconda3\envs\labscript_py38_pipdev\lib\site-packages\zprocess\process_tree.py", line 1408, in subprocess
    msg = from_child.get(startup_timeout, interruptor=startup_interruptor)
  File "C:\Anaconda3\envs\labscript_py38_pipdev\lib\site-packages\zprocess\process_tree.py", line 511, in get
    raise TimeoutError('get() timed out')
zprocess.utils.TimeoutError: get() timed out

Seems like the path is wrong when relaunching the subprocess