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

OSError: [Errno 2] No such file or directory #41

Open
ghost opened this issue Apr 23, 2018 · 0 comments
Open

OSError: [Errno 2] No such file or directory #41

ghost opened this issue Apr 23, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 23, 2018

Whenever I try to compile the code, I get the error "OSError: [Errno 2] No such file or directory"
Here is the terminal output:

cabox@box-codeanywhere:~/workspace$ python ./build.py
Writing index.html...
Minifying...
  + src/jquery.hotkeys-0.7.9.js
Traceback (most recent call last):
  File "./build.py", line 73, in <module>
    build("src", "build")
  File "./build.py", line 56, in build
    stdout=mini_file)
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

(Yes, I am using CodeAnywhere)

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

No branches or pull requests

0 participants