booksbyus / zguide

Learning and Using ØMQ

Home Page:http://zguide.zeromq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spqueue.py TypeError

shishirpy opened this issue · comments

spqueue.py gives a run time TypeError in python3:

TypeError: Frame 1 ('') does not support the buffer interface.

This is due to the new way strings are presented in python 3, https://stackoverflow.com/questions/5471158/typeerror-str-does-not-support-the-buffer-interface
There is similar issue #747 on file mdclient.py.