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

Fails to list fx after freezing an app with moviepy #274

Closed
nad2000 opened this issue Mar 14, 2016 · 2 comments
Closed

Fails to list fx after freezing an app with moviepy #274

nad2000 opened this issue Mar 14, 2016 · 2 comments

Comments

@nad2000
Copy link
Contributor

nad2000 commented Mar 14, 2016

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/*.*'
@nad2000 nad2000 mentioned this issue Mar 15, 2016
@keikoro
Copy link
Collaborator

keikoro commented Feb 19, 2017

Linking #263 as it looks like it's about the same error.

ghost pushed a commit that referenced this issue Mar 13, 2017
@bw4sz
Copy link

bw4sz commented Apr 10, 2018

Is the #275 supposed to fix this error? I have the same issue, should I pip install from git branch?

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

4 participants