python dosyasındayken hatasız fakat exeye çevirince pyinstaller ile hata veriyor "AttributeError: module 'moviepy.audio.fx.all' has no attribute 'audio_fadein'" hata mesajı bu.
Not: saatlerce araştırdıktan sonra yazıyorum.
from moviepy.editor import *
def videoOlusturYeni():
print("aa")bu kodu " python -m PyInstaller --onefile --paths=C:Python310Libsite-packages .yaaaaaa.py" ile exeye çevirince, cmd ile exe adını yazınca hata veriyor. Hata mesajı "AttributeError: module 'moviepy.audio.fx.all' has no attribute 'audio_fadein'" çözümü bulabilen olursa çok güzel olur
