I have a python file that works correctly when launched from the command line, I want to package it in an exe, but since I added ffpyplayer, I can't get an exe that works: I still have a problem loading the ffpyplayer module.
The line : *from ffpyplayer.player import MediaPlayer* raise an error : *ImportError: DLL load failed while importing player: The specified module could not be found.* I think I added all the dlls in the spec, but how do I know which one is missing? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/pyinstaller/f794b9b9-4a92-4d5f-9fc1-97945f5c51fcn%40googlegroups.com.
