TaylorSMarks / playsound

Pure Python, cross platform, single function module with no dependencies for playing sounds.
Other
517 stars 114 forks source link

ModuleNotFoundError: No module named 'AppKit' #69

Closed csagnik09 closed 3 years ago

TaylorSMarks commented 3 years ago

This is now fixed on master. I've added a set of test cases that are run against both Python 2 and 3 on macOS versions that are several years apart on travis-ci, which should ensure this doesn't regress.