Skip to content

Python 3.13: chunk removed #246

Open
@einstein95

Description

@einstein95

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions