Hi,
I'm using dotcloud in cygwin enviroment, and I get the following error while running the play dotcloud:deploy command :
Error: dotcloud executable not installed or not in PATH variable
Now I've looked through the source code and tried to execute the following lines
def test():
retCode = -1
try:
retCode = subprocess.call(['dotcloud'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
print "This works!"
except OSError, err:
print "~ Error: dotcloud executable not installed or not in PATH variable"
print "~ "
sys.exit(-1)
which works fine.
Not sure where the problem lies.
I'm hopping for a little bit of help here.
Cheers!
Hi,
I'm using dotcloud in cygwin enviroment, and I get the following error while running the play dotcloud:deploy command :
Error: dotcloud executable not installed or not in PATH variable
Now I've looked through the source code and tried to execute the following lines
which works fine.
Not sure where the problem lies.
I'm hopping for a little bit of help here.
Cheers!