David Lopez

Results 14 comments of David Lopez

Take a look at the LabJack Forum discussion you linked to for my original response to this and a workaround to try for now. To add to that, you could...

1. I've been considering changing the LabJackPython versioning to be PEP 440 compliant. Our next official release will likely stop using the date string for the version and change to...

Thanks for providing this information. It doesn't sound like we can do a proper installation of our libraries (dll/dylib/so) with a wheel if it can only copy files. We need...

That version on PyPI is the last "stable" release 5-26-2015 which only supported Python 2.5, 2.6 and 2.7. The versioning was changed to 1.201505 (1.yearmonth) so PyPi would accept it....

Thanks for the nudge @machnic . As of today I updated LabJackPython to 2.0.0 with what we currently have in the GitHub repo. for an official release, and put it...

Thanks. I'll look at this at some point to evaluate and test.

Sorry for not replying earlier and thank you for bringing up this issue. We are currently working on T8 release tasks. This is on our list of issues to look...

Thanks for contributing and the speed up. We merged in the code and made some changes as it didn't handle some stream settings correctly.

Thank you for your contribution. We evaluated your commit and we are concerned about it raising LJMError in the _loadLibrary function. Since the LJMError class is in the ljm module...

The DACs are one of the easiest features to use. There is no configuration, just write to the register. We provide examples like eWriteName.py and eWriteNames.py to demonstrate generally how...