Skip to content
Snippets Groups Projects
Commit f6664946 authored by leon's avatar leon
Browse files

example - python error in linux debugged

parent c8957d98
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
from ctypes import cdll
dxl_lib = cdll.LoadLibrary("../../c/build/win32/output/dxl_x86_c.dll") # for windows 32bit
# dxl_lib = cdll.LoadLibrary("../../c/build/win64/output/dxl_x64_c.dll") # for windows 64bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux32/dxl_x86_c.so") # for linux 32bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux64/dxl_x64_c.so") # for linux 64bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux32/libdxl_x86_c.so") # for linux 32bit
# dxl_lib = cdll.LoadLibrary("../../c/build/linux64/libdxl_x64_c.so") # for linux 64bit
# port_handler
portHandler = dxl_lib.portHandler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment