quinnj / Sublime-IJulia

An IJulia Frontend for Sublime Text 3
90 stars 16 forks source link

ZMQ #34

Closed eieieioo0o closed 10 years ago

eieieioo0o commented 10 years ago

Hi,

I am sorry for annoying you by this question, but ZMQ stuff still bothers me...

My libzmq.dylib is located at "/Users/takahashiyuta/.julia/v0.2/Homebrew/deps/usr/lib/libzmq.dylib".

But even if I put the location, sublime 3 cannot find the library. I am using Mac (10.7), and julia is version 2 and sublime is version 3.

Any hints to get rid of this issue?

Thanks,

quinnj commented 10 years ago

In ST3, open up the python console and type the following:

zmq = cdll.LoadLibrary("/Users/takahashiyuta/.julia/v0.2/Homebrew/deps/usr/lib/libzmq.dylib")

and let me know what you see.

quinnj commented 10 years ago

This may have to do with the usage of julia v0.2. Any updates?

quinnj commented 10 years ago

Let me know if you still have issues.