0% found this document useful (0 votes)
2 views1 page

ModuleNotFoundError: pydub Issue

Uploaded by

zesadonee
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

ModuleNotFoundError: pydub Issue

Uploaded by

zesadonee
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

I'm sorry, but an uncaught exception occurred.

While running game code:


File "game/[Link]", line 8, in script
File "game/[Link]", line 11, in <module>
ModuleNotFoundError: No module named '[Link]'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/[Link]", line 8, in script
File "renpy/[Link]", line 821, in execute
File "renpy/[Link]", line 1178, in py_exec_bytecode
File "game/[Link]", line 11, in <module>
File "renpy/[Link]", line 892, in load_module
File "pydub/__init__.py", line 1, in <module>
from .audio_segment import AudioSegment
File "renpy/[Link]", line 892, in load_module
File "pydub/audio_segment.py", line 10, in <module>
from [Link] import pyaudioop, pywave
ModuleNotFoundError: No module named '[Link]'

You might also like