Bug report
Problem
Running pcbasic with Python 3.13 gives
File "/lib/python3.13/site-packages/pcbasic/basic/devices/cassette.py", line 14, in <module>
from chunk import Chunk
ModuleNotFoundError: No module named 'chunk'
The 3.13 changelog and PEP-594 give more rationale for the removal.
It may be possible to rewrite cassette.py to use the wave module instead.
Bug report
Problem
Running pcbasic with Python 3.13 gives
The 3.13 changelog and PEP-594 give more rationale for the removal.
It may be possible to rewrite
cassette.pyto use the wave module instead.