-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
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
Labels
No labels