Doesn't work
On version 0.1 python apps debug writes:
[JDMSpeedChime: error] Traceback (most recent call last):
File "apps/python/JDMSpeedChime.py", line 4, in <module>
import winsound
ImportError: DLL load failed:
The specified module was not found
On version 0.2 python apps debug writes:
[JDMSpeedChime: error] Traceback (most recent call last):
File "apps/python/JDMSpeedChime\JDMSpeedChime.py", line 6, in <module>
from ctypes import c_buffer, windll
File "D:\steam\steamapps\common\assettocorsa\system\x64\python33.zip\ctypes\__init__.py", line 7, in <module>
ImportError: No module named '_ctypes'
I hope it can be fixed somehow :)