Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion leads_audio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from importlib.util import find_spec as _find_spec

if not _find_spec("sdl2"):
raise ImportError("Please install `PySDL2` to run this module\n>>>pip install PySDL2")
raise ImportError("Please install `PySDL2` and `pysdl2-dll` to run this module\n>>>pip install PySDL2 pysdl2-dll")

from leads_audio.prototype import *