You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That module is provided by the puzpy package (for reading .puz files). Could you try to run pip install puzpy and try again? I'll update the README to make this more clear.
To use this package for .puz files you'll need to also install puzpz: pip install puzpy.
To use this package for .ipuz files you'll need to also install ipuz: pip install ipuz.
Hello,
I get import error when running:
from crossword import Crossword
in the interpreter.
Python 3.4.3
The text was updated successfully, but these errors were encountered: