Hi, Jon, are you calling JInit first? You have to make sure you call that before JDo.
On Fri, Jul 18, 2014 at 6:00 AM, Jon Hough <[email protected]> wrote: > I am trying to call jdll.JDo from python but I get the error message, > access violation. > > Here is my python. > > Cdll.LoadLibrary(path to j.dll) > J =CDLL(path to j.dll) > > J.JDo("x =: i. 3") > > This gives am error. In fact any string gives the error. > > J.JGet doesnt seem to give errors, but since I cannot set any j variables, > it is not easy to test. > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
