arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

Correct issue 34 on arvydas/blinkstick-python on Python3 under Windows. #43

Closed atbradley closed 1 year ago

atbradley commented 8 years ago

This corrects the TypeError: ord() expected string of length 1, but int found error under Windows and Python3, as reported by nltran.

leinardi commented 5 years ago

This seems to fix the issue also for me on Windows. Please merge it asap.

andreasgoez commented 5 years ago

Works like a charm! Thx

forderud commented 4 years ago

See https://github.com/arvydas/blinkstick-python/pull/68 for an alternative proposal that avoids exception handling.

forderud commented 4 years ago

This PR can probably be closed now that #68 is merged.

PureTryOut commented 2 years ago

@arvydas this can be closed