Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 2 support #10

Closed
martinohanlon opened this issue Mar 30, 2017 · 2 comments
Closed

python 2 support #10

martinohanlon opened this issue Mar 30, 2017 · 2 comments
Milestone

Comments

@martinohanlon
Copy link
Owner

really?

I know...

but really?

@martinohanlon
Copy link
Owner Author

First test of using Python 2.

It installs, it runs, but errors when client connects with:

Server started B8:27:EB:CA:C7:71
Waiting for connection
Client connected 68:C4:4D:EC:FD:7A
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/dist-packages/bluedot-0.0.4-py2.7.egg/bluedot/server.py", line 130, in _wait_for_connection
self._read()
File "/usr/local/lib/python2.7/dist-packages/bluedot-0.0.4-py2.7.egg/bluedot/server.py", line 144, in _read
except BlockingIOError as e:
NameError: global name 'BlockingIOError' is not defined

@martinohanlon
Copy link
Owner Author

fixed in 0.0.4

@martinohanlon martinohanlon added this to the 0.0.4 milestone Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant