Closed jlepird closed 10 years ago
Yeah, you're ZMQ library is not being found correctly. You'll need to check the value of the zmq_shared_library
field in your settings file and make sure it's pointed exactly to the right ZMQ shared library when you installed IJulia from within Julia (i.e Pkg.add("IJulia"
). My worry is that it's somehow picking up a 64-bit version of ZMQ, because "OSError: [WinError 193] %1 is not a valid Win32 application" usually means bit-incompatibility.
Ah okay, I had some issues installing the 64 bit version, so I tried to use the 32 bit instead with my 64 bit Julia. I'll open another issue with the 64 bit problems, but this specific issue is closed.
On Tue, Feb 11, 2014 at 7:38 AM, Jacob Quinn notifications@github.comwrote:
Yeah, you're ZMQ library is not being found correctly. You'll need to check the value of the zmq_shared_library field in your settings file and make sure it's pointed exactly to the right ZMQ shared library when you installed IJulia from within Julia (i.e Pkg.add("IJulia"). My worry is that it's somehow picking up a 64-bit version of ZMQ, because "OSError: [WinError 193] %1 is not a valid Win32 application" usually means bit-incompatibility.
Reply to this email directly or view it on GitHubhttps://github.com/karbarcca/Sublime-IJulia/issues/26#issuecomment-34750229 .
I'm running 32 bit Sublime Text3 on windows 8.1, and when I run the Open IJulia command, nothing happens, but I get this mess of output from the sublime terminal window:
All the Julia syntax seems to be working fine, but then if I try to evaluate something with Shift-Enter, I get this error:
Any suggestions? Thanks!