WARNING boot.py Could not add the subprocess module to the sandbox: 'module' object has no attribute 'Popen' This happens at the end of the setup_project() method in boot.py, in the try/except clause ...
def print_res( status, stdout, stderr, has_timed_out ) : if status == 0: print "OK:" print stdout else: print "ERROR:" print stderr t = Subprocess( print_res, timeout ...