SyntaxFix
Write A Post
Hire A Developer
Questions
in the same vein....
import platform is_windows=(platform.system().lower().find("win") > -1) if(is_windows): lv_dll=LV_dll("my_so_dll.dll") else: lv_dll=LV_dll("./my_so_dll.so")