redacted / XKCD-password-generator

Generate secure multiword passwords/passphrases, inspired by XKCD
BSD 3-Clause "New" or "Revised" License
1.32k stars 185 forks source link

ImportError: cannot import name 'izip_longest' #82

Closed mpenkov closed 6 years ago

mpenkov commented 6 years ago

I get this on Python 3.6:

sergeyich:dbi2 misha$ xkcdpassword
Traceback (most recent call last):
  File "/Users/misha/envs/dbi2/bin/xkcdpassword", line 7, in <module>
    from xkcdpassword.xkcdpassword import main
  File "/Users/misha/envs/dbi2/lib/python3.6/site-packages/xkcdpassword/xkcdpassword.py", line 5, in <module>
    from itertools import izip_longest
ImportError: cannot import name 'izip_longest'
redacted commented 6 years ago

Hey, I think you have opened this issue against the wrong implementation - I don't use itertools anywhere. Looked around and I think this is the repo you want https://github.com/dougwritescode/xkcdpassword/blob/master/xkcdpassword/xkcdpassword.py

mpenkov commented 6 years ago

Whoops, sorry!