Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named 'puz' #1

Open
songproducer opened this issue Dec 29, 2015 · 2 comments
Open

ImportError: No module named 'puz' #1

songproducer opened this issue Dec 29, 2015 · 2 comments

Comments

@songproducer
Copy link

Hello,

I get import error when running:

from crossword import Crossword

in the interpreter.
Python 3.4.3

@svisser
Copy link
Owner

svisser commented Dec 29, 2015

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.

@Anonymous941
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants