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
