Skip to content

Error executing dotcloud:deploy #1

@randome

Description

@randome

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions