We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Import of import moviepy.video.fx.all as vfx since it's based on directly listing files in the package:
C:\Users\nad2000\IM>C:\Users\nad2000\im\build\exe.win32-2.7\clip.exe -P %PW% -s "1,13.4" -e "1,13.9" -H 0.5 --x1=145 --x2=400 %VIDEO% kris_sven.gif Traceback (most recent call last): File "C:\Python27\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module> exec(code, m.__dict__) File "clip.py", line 8, in <module> from moviepy.editor import VideoFileClip File "C:\Python27\lib\site-packages\moviepy\editor.py", line 34, in <module> import moviepy.video.fx.all as vfx File "C:\Python27\lib\site-packages\moviepy\video\fx\all\__init__.py", line 16, in <module> _files = os.listdir(_directory) WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Users\\nad2000\\im\\build\\exe.win32-2.7\\library.zip\\moviepy\\video\\fx/*.*'
The text was updated successfully, but these errors were encountered:
Linking #263 as it looks like it's about the same error.
Sorry, something went wrong.
Merge pull request #275 from nad2000/master
0b40803
Fix for #274
Is the #275 supposed to fix this error? I have the same issue, should I pip install from git branch?
No branches or pull requests
Import of import moviepy.video.fx.all as vfx since it's based on directly listing files in the package:
The text was updated successfully, but these errors were encountered: