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

Use Python concurrency mechanisms that will work with Python 2.7 and Python 3.3 #34

Open
devdattakulkarni opened this issue Oct 11, 2017 · 0 comments

Comments

@devdattakulkarni
Copy link
Contributor

devdattakulkarni commented Oct 11, 2017

We are using thread module to create worker threads. This module is available in 2.7.* versions of Python but not in 3.* versions.

a) In the short term -- check the default version of Python in install.sh and gracefully exit if it is not 2.7.*

b) In the long term -- use a mechanism that will work with Python 2.7.* as well as Python 3.*

@devdattakulkarni devdattakulkarni changed the title Python version checks Use Python concurrency mechanisms that will work with Python 2.7 and Python 3.3 Dec 9, 2017
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