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 #18

Open
arunabhdas opened this issue Oct 31, 2013 · 1 comment
Open

OSError [Errno 2] No such file or directory #18

arunabhdas opened this issue Oct 31, 2013 · 1 comment

Comments

@arunabhdas
Copy link

Running on mac OS X 10.8.5

I get the following error

Traceback (most recent call last):
File "star_wars_gif.py", line 94, in
makeGif(source, index, custom_subtitle=subtitle)
File "/Users/coder/repos/LindseyB/starwars-dot-gif/makeGifs.py", line 82, in makeGif
'vlc://quit'
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 493, in call
return Popen(_popenargs, *_kwargs).wait()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in init
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

@LindseyB
Copy link
Owner

Did you make a copy of config.cfg.example over to config.cfg? And all are the paths in that file correct?

On Oct 31, 2013, at 12:17 AM, arunabhdas notifications@github.com wrote:

Running on mac OS X 10.8.5

I get the following error

Traceback (most recent call last):
File "star_wars_gif.py", line 94, in
makeGif(source, index, custom_subtitle=subtitle)
File "/Users/coder/repos/LindseyB/starwars-dot-gif/makeGifs.py", line 82, in makeGif
'vlc://quit'
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 493, in call
return Popen(popenargs, *kwargs).wait()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in init
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in executechild
raise child_exception
OSError: [Errno 2] No such file or directory


Reply to this email directly or view it on GitHub.

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

2 participants