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

! Fix module importing in python 3 #507

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PikachuEXE
Copy link

When running this in Python 3
the import of module "queue" will failed due to different name in module
see comments in code change

This PR fixes by importing module using different names for different python versions

@kootenpv
Copy link

kootenpv commented Jul 6, 2017

Does it otherwise run completely on Python 3?

@EndemolUK
Copy link

@kootenpv not on 34 it doesn't; various changes needed throughout to resolve all python34 inconsistencies - this is simply the first one you're likely to encounter

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

Successfully merging this pull request may close these issues.

3 participants