-
Notifications
You must be signed in to change notification settings - Fork 187
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
select.poll()
not supported on OSX
#91
Comments
ccsalway
changed the title
Cannot start server
AttributeError: 'module' object has no attribute 'poll'
Sep 8, 2018
ccsalway
changed the title
AttributeError: 'module' object has no attribute 'poll'
Sep 8, 2018
select.poll()
not supported on OSX
To make this work on OSX, I did the following (this wont work on Linux): In changed the
changed the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/wichert/pyrad/blob/2d64523dcf1aedee672841b297570c37d291992b/example/server.py#L69
This makes it impossible to develop on OSX :(
The text was updated successfully, but these errors were encountered: