-
Notifications
You must be signed in to change notification settings - Fork 21
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
Resolved problem with import of int_sockopts which were moved from core to sugar #7
Conversation
…patibility on pyzmq 13.* modified: setup.py
… to zmq.sugar setup.py got removed unused import modified: lib/zmqc.py modified: setup.py
Bump? Seems like zmqc is pretty much useless without this... To be more clear, with a fresh install on ubuntu, I get this error: $ zmqc -rc SUB 'tcp://localhost:5555' |
Exactly. I found zmqc very valuable tool, allowing me to pass realtime various kind of messages across globe just calling this nice command. |
@zacharyvoase: is there any chance, you would accept this pull request? Or reject?
is nice and practicat, without your step forward I would have to instruct my colleagues to install over git, what is less ideal solution. |
+1, this works for me |
+1, I was about to put up the same pull request. Really need to get this merged! |
If anyone wants to take over this project I'd be happy to make them an admin on the Github repo. I can't really maintain zmqc these days :-/ |
I volunteer too. zmqc is really my daily swiss army knife and would be happy to keep it in such a shape, users could use it as easily as telnet. Also have few ideas for extending it (there is couple of new socket types since it was written) but I do not want to overpromise. For me it is not important, that I am the maintainer, but that the This leads to additional request - hand over (or allow to share) publishing to pypi. |
The PyPI one seems to be a lot harder…I need to figure out what I can do to delegate access to that. |
@zacharyvoase Quick search did not show direct answer, but my feeling, that some packages are having multiple owners seems correct, e.g.: https://pypi.python.org/pypi/zuul/2.0.0 Anyway, I appreciate your will to move on with zmqc, I am sure many users will find again the power hidden in such simple tool. |
Resolved problem with import of int_sockopts which were moved from core to sugar
To set another person as Owner or Maintainer of PyPi packageTo allow myself updating
Testing the role procedure on
|
With pyzmq 13.*, int_socopts were moved from zmq.core.constants to zmq.sugar
This caused failure to run if the system contained newer version of pyzmq.