Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'appscale up' does not work on a clean image #99

Closed
briandrawert opened this issue Jan 22, 2013 · 2 comments
Closed

'appscale up' does not work on a clean image #99

briandrawert opened this issue Jan 22, 2013 · 2 comments
Assignees

Comments

@briandrawert
Copy link
Contributor

root@lucid64:~/first_try# appscale up
Traceback (most recent call last):
  File "/root/appscale-tools/bin/appscale", line 46, in <module>
    appscale.up()
  File "/root/appscale-tools/bin/../lib/appscale.py", line 193, in up
    subprocess.call(add_keypair_command)
  File "/usr/lib/python2.6/subprocess.py", line 480, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
@shatterednirvana
Copy link
Contributor

Confirmed with Brian this morning. This may be because we're running the tools with Python 2.6 (installed by the tools by default), which we've never tested the tools with before. Looking into this.

@shatterednirvana
Copy link
Contributor

Fixed with the tools rewrite in Python (1.6.7).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants