Thanks for testing that out Keith. Glad to hear the WinRPM binaries work
well. Sounds like we just need to tag the latest master of ZMQ so everyone
can get this version via Pkg.update. I've had it on ZMQ master for a while
but was looking to hear from someone that it worked better than the
previous binaries in a real use case.
-Tony
On Wednesday, February 4, 2015 at 5:03:26 PM UTC-8, Keith Kee wrote:
>
> Hi Tony,
>
> Thank you very much for your detail instructions - it now works!
>
> Many thanks also for the maintainer of the ZMQ package.
>
> I have now linked up Metatrader 4 to Julia 0.3.5 using ZMQ 2.2.0 and my
> simple code is collecting real time tick data.
>
> Now my next task is to learn the reactive package so I can make sense and
> respond to the tick data stream.
>
> Very much appreciated indeed!
>
> Keith
>
>
> On Wednesday, 4 February 2015 15:46:09 UTC-8, Tony Kelman wrote:
>>
>> One thing you can try is removing the installed dll from the tagged
>> version of the package, do Pkg.checkout("ZMQ"); Pkg.build("ZMQ") and try
>> again. That should use a newer binary from WinRPM which might work better?
>> Not sure but worth a try.
>>
>> On Wednesday, February 4, 2015 at 1:10:22 PM UTC-8, Keith Kee wrote:
>>>
>>> Hi,
>>>
>>> I am new at Julia 0.3.5 win32, installed the the ZMQ 2.2.0 package. The
>>> runtests.jl ran without problem with ZMQ 3, however it fails when using ZMQ
>>> 2.2.0.
>>>
>>> The output was:
>>>
>>> Testing with ZMQ version 2.2.0
>>> ERROR: StateError("Resource temporarily unavailable")
>>> in recv at ..julia\v0.3\ZMQ\src\ZMQ.jl:535
>>> ...
>>>
>>> Tested also with Julia 0.4 win32 nightly version with the similar result
>>> - some coding style deprecation warning was also displayed.
>>>
>>> The same ZMQ version worked with python 2.7 though.
>>>
>>> Any help would be very much appreciated!
>>>
>>> Thanks.
>>>
>>> Keith
>>>
>>