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

AttributeError: module 'itertools' has no attribute 'izip' #182

Closed
ShigekiKarita opened this issue Nov 20, 2017 · 1 comment
Closed

AttributeError: module 'itertools' has no attribute 'izip' #182

ShigekiKarita opened this issue Nov 20, 2017 · 1 comment

Comments

@ShigekiKarita
Copy link

for a, b in itertools.izip( dirs, common_dirs ):

this should be zip instead of izip in python3 http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html#itertools

@ShigekiKarita
Copy link
Author

duplicated #168

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

1 participant