Re: WindowsError: exception: access violation writing 0x00000000

2009-08-04 Thread Sparky
bJackException(-1, "LabJack not > >> found.") > > >>         return {"idnum":ljid.value, "state":state.value} > > >> Here is the error message: > >> Traceback (most recent call last): > >>   File "", line 1,

Re: WindowsError: exception: access violation writing 0x00000000

2009-08-04 Thread Philip Semanchuk
;, line 118, in eDigitalIn ecode = staticLib.ECount(ctypes.byref(ljid), demo, channel, readD, ctypes.byref(state)) WindowsError: exception: access violation writing 0x Here is the signature of the method (which is known to work with C++ programs): l

Re: WindowsError: exception: access violation writing 0x00000000

2009-08-04 Thread Sparky
;   File "C:\Documents and Settings\All Users\Documents\Python > \LabJackPython_new\u12.py", line 118, in eDigitalIn >     ecode = staticLib.ECount(ctypes.byref(ljid), demo, channel, readD, > ctypes.byref(state)) > WindowsError: exception: access violation writing

WindowsError: exception: access violation writing 0x00000000

2009-08-03 Thread Sparky
Here is the error message: Traceback (most recent call last): File "", line 1, in device.eDigitalIn(0) File "C:\Documents and Settings\All Users\Documents\Python \LabJackPython_new\u12.py", line 118, in eDigitalIn ecode = staticLib.ECount(ctypes.byref(ljid), demo, channel,