Skip to content

Python 3 Compatibility #31

@3DCoded

Description

@3DCoded

I am using MacOS 11.1 and Python 3.9.1 64-bit. When I try to import WonderPy, I get an error:

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import WonderPy
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/WonderPy/__init__.py", line 1, in <module>
    from . import core        # noqa
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/WonderPy/core/__init__.py", line 1, in <module>
    from wwCommands  import WWCommands  # noqa
ModuleNotFoundError: No module named 'wwCommands'

Is there a way to use this package in Python 3?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions