Viktor Kerkez
Viktor Kerkez
Unfortunately not. We are very low on resources so I don't think this feature will be implemented in the near future.
Unfortunately no. I cannot reproduce the issue. For me the slack channel works from the app. If you still experiencing this issue please provide more details so I can look...
@minrk That's exactly what I did, but I get the same error. As I said I built the `libzmq` with pgm support. Tried it with a C example using `epgm`...
Here is the full output https://gist.github.com/alefnula/6782572 The ZeroMQ library is compiled following the answer from this thread: http://stackoverflow.com/a/15913357 I selected the `WithOpenPGM` build configuration. Just to be clear the `[zmq]`...
Updated the gist with `setup.py install` ``` python >>> import zmq >>> print zmq.zmq_version() 3.2.4 >>> print zmq._libzmq ```
Jes it's the same library :-/ Also tried it with the one in the `build` subdirectory it's also the same as the original `libzmq.dll` but it doesn't work. Tried it...
@emerrf Those were the first I tried, and it wasn't working... :( But that was way back... :)