As of May 2, 2022 the LabJack forums have been set to read-only.
If you are in need of support, please contact us via one of the methods described on our contact page.
Yes, you can get LJM and our Python module working in WSL. You should be able to access both Windows and Linux binary, which can get confusing. You need to ensure you link against the correct binary for our LJM library, in the correct Python version, with our Python module installed for the correct Python version. If you run "python.exe" it will look for Python installed for Windows and should try to link against our Windows DLL when importing our Python module. If you run "/usr/bin/python" it should try to link against our Linux shared library.
Yes, you can get LJM and our Python module working in WSL. You should be able to access both Windows and Linux binary, which can get confusing. You need to ensure you link against the correct binary for our LJM library, in the correct Python version, with our Python module installed for the correct Python version. If you run "python.exe" it will look for Python installed for Windows and should try to link against our Windows DLL when importing our Python module. If you run "/usr/bin/python" it should try to link against our Linux shared library.