starwars-dot-gif icon indicating copy to clipboard operation
starwars-dot-gif copied to clipboard

OSError [Errno 2] No such file or directory

Open arunabhdas opened this issue 10 years ago • 1 comments

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

arunabhdas avatar Oct 31 '13 04:10 arunabhdas

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 [email protected] 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.

LindseyB avatar Oct 31 '13 12:10 LindseyB