Quote:
Originally Posted by uit
sorry but i have this error
error is: python:can't open file 'c4.py': (errno 2) no such file or directory
many thancks
|
All files from
https://codeload.github.com/horacio9...ous/zip/master must be in C:\-c4-py\
except c4.bat who can be in C:\Windows\ together with all rtmpdump files
Those who need to install python should watch this video:
https://www.youtube.com/watch?v=QYUBz4mrnFU
In this youtube video at the end you can see how to find 'Environment Variables' where you need to check if there is 'C:\Windows\' and ';C:\Python27\;C:\Python27\Scripts\;' in the path
At the beginning of the edit line should be:
%SystemRoot%;%SystemRoot%\system32;%SystemRoot%\Sy stem32\Wbem;%SystemRoot%\System32\WindowsPowerShel l\v1.0\;
which in the translation means:
PATH=C:\Windows;C:\Windows\system32;C:\Windows\Sys tem32\Wbem;C:\Windows\System32\WindowsPowerShell\v 1.0\;
Somewhere in that line should also be located also: ';C:\Python27\;C:\Python27\Scripts\;'
My recommendation is to put in the C:\Windows all rtmpdump and ffmpeg, ffplay and some other similar files that other programs and scripts often call, and there is no need to have them in each directory in particular.