svisser / crossword

Python library for handling crossword puzzles
http://pypi.python.org/pypi/crossword
MIT License
44 stars 7 forks source link

ImportError: No module named 'puz' #1

Open songproducer opened 8 years ago

songproducer commented 8 years ago

Hello,

I get import error when running:

from crossword import Crossword

in the interpreter. Python 3.4.3

svisser commented 8 years ago

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.

Anonymous941 commented 4 years ago

This project requires puzpy, even though the documentation says it is an optional package that is only needed if you want to write to .puz files.