Part Number: DS280BR810
Hello,
I'm using the part above and like to control the device register using python shell. In SigCon Architect, using the Script menu option,
I get an error message like below. I have Python 2.7 actually installed, but directly in C:\ path as C:\Python27]..
To workaround this I followed the SigCon Architect Help document (via Help), and in a Python command shell I did those
python commands. It seems the first one -> GUI_Module=__import__('SigCon Architect') works fine,
but then the next one fails with the following failure signature. (Note: I copied the SigCon Architect.py as well as SigCon Architect.exe files
to the location, where I executed python.)
>>> GUI_Module.Device_GUI("SigCon Architect.exe")
Script completed sucessfully
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "SigCon Architect.py", line 13, in __init__
self.DeviceGUI=cdll.LoadLibrary(dll_path)
File "C:\Python27\lib\ctypes\__init__.py", line 440, in LoadLibrary
return self._dlltype(name)
File "C:\Python27\lib\ctypes\__init__.py", line 362, in __init__
self._handle = _dlopen(self._name, mode
WindowsError: [Error 126] The specified module could not be found
Any idea what the issue could be? Does Python need to be installed in C:\ProgramFiles (x86)\..etc ?
Thanks in advance and best regards,
Karsten Stangel