0

I have converted py file to exe. But I have this problem even though in the code I don't use the moviepy module. Please help me.

Error in here

Here is my code

KhangThai
  • 1
  • 1

1 Answers1

0

I think something in your code is wrong, in case importion I think this moviepy.audio.fx.audio_fadein import audio_fadein should replace this moviepy.audio.fx.all, because your problem is moviepy.audio.fx.all has no audio_fadein module and i think audio_fadein in here moviepy.audio.fx.audio_fadein import audio_fadein

Just replace this:

from moviepy.audio.fx.audio_fadein import audio_fadein

If your problem still persists, please share your code where have except.

Matin
  • 61
  • 7