Brian, if this is a problem between the ctypes module and the Phidgets module with Python 3.x, could we have someone look at the Python module and make the necessary modifications? Perhaps make a Phidgets module for Python 3.x?
that seems to work better for me also using 2.7 instead of 3.3 python. More on this tomorrow. I would really like to be using the latest so where do we go from here?
I am using SBC3 and have encountered the same issue with Python 3.3. Has anyone resolved this or is reverting to an earlier version of Python the only resolution?
I recently was trying to use Phidgets in Python 3.6. I had the problem described here with no resolution. After several hours of tries, I found something that works. You need to add b before every string and null strings seem to require a value such as b'' or None. Thus