Sunday, 15 January 2012

python - pyinstaller and moviepy, ffmpeg works from terminal but not from finder -



python - pyinstaller and moviepy, ffmpeg works from terminal but not from finder -

i packaging python using pyinstaller 2.1 on osx mavericks. have done in past, first bundle uses moviepy , ffmpeg. utilize next import:

from moviepy.video.io import ffmpeg_reader

without line in code, works fine , can launch final bundle icon in finder. moviepy import, work if launch terminal this:

open ./myapp.app

but not open if click on icon finder (opens , crashes). assuming has paths or environment variables set in terminal, not transferred packaged app. have tried various hidden imports in pyinstaller moviepy , dependencies, nil seems work. --debug mode hasn't provided much info track down. other ideas?

thanks!

python ffmpeg pyinstaller

No comments:

Post a Comment