libmpsse icon indicating copy to clipboard operation
libmpsse copied to clipboard

Unable to open device

Open hadmack opened this issue 10 years ago • 0 comments

After building and installing both the C and Python libraries I get the following error when opening a device in Python using c13df34d.

File "/usr/local/lib/python2.7/dist-packages/mpsse.py", line 161, in Open
    if self.context.open == 0:
AttributeError: 'int' object has no attribute 'open'

I did not have this problem with the SWIG version prior to 235fd68.

hadmack avatar Apr 14 '15 00:04 hadmack