Hi Tony,

Sorry to bother you again, but today after doing a Pkg.update() - I receive 
the same error again ("resource not available"). Doing Pkg.test("ZMQ") gave 
the same error.  It said it was using ZMQ 2.2.0 (which I installed in 
SysWOW64), however yesterday, when it worked it reported using ZMQ 3.2.3 
(which I did not install outside of Julia).

I have also repeated your instructions to checkout and build, but this time 
Pkg.test("ZMQ") gave the same error result.

I noted that ZMQ was updated yesterday and the output of 
Pkg.installed("ZMQ) is v"0.1.16".

Also tried WinRPM.install("ZMQ"),but ZMQ was not found..

Many thanks for your patience.

Looking forward to your expert advice.

Keith 

On Wednesday, 4 February 2015 17:11:19 UTC-8, Tony Kelman wrote:
>
> 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 
>>>>
>>>

Reply via email to