Skip to content

can not load pymunkoptions module #799

@dbach

Description

@dbach

Bug Report

The recently released pymunk package v6.0.0 no longer includes a pymunkoptions module, which is imported by arcade.

Actual behavior:

After 'import arcade', I get a ModuleLoadError for pymunkoptions caused by an import in drawing_support.py.

Expected behavior:

'import arcade' should run without errors.

Steps to reproduce/example code:

Install pymunk 6.0.0
Install arcade
Run 'import arcade' in a Python interpreter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions