150
150
else: # Windows needs this, apparently; otherwise we would prefer subprocess
151
151
exitcode = os.spawnle(*([os.P_WAIT, sys.executable] + cmd + [env]))
154
154
print ("An error occured when trying to install zc.buildout. "
155
155
"Look above this message for any errors that "
156
156
"were output by easy_install.")