NerdWalletOSS / kinesis-python

Low level, multiprocessing based AWS Kinesis producer & consumer library
Other
118 stars 50 forks source link

ModuleNotFoundError in Python3 #6

Closed max-lg closed 6 years ago

max-lg commented 7 years ago

Thanks for this library! It doesn't work out of the box with python3 because "Queue" was renamed to "queue". I have a branch of this project that handles this at: https://github.com/max-lg/kinesis-python/tree/python3compatability I'm not sure if it meets your coding standards or if you intend to support python3 but I'd be happy to send a pull request or feel free to copy/paste the code snippet :)

borgstrom commented 6 years ago

This was fixed in #8