-
Notifications
You must be signed in to change notification settings - Fork 17
does anyone run this on windows 7? #6
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
Comments
Hi. I do not use Windows. If you want to debug this, we can talk about
merging whatever patches you come up with. But I'm afraid that's all I
can offer.
dima
|
well, I found which caused this problem on windows >>> print select.select.__doc__
select(rlist, wlist, xlist[, timeout]) -> (rlist, wlist, xlist)
*** IMPORTANT NOTICE ***
On Windows and OpenVMS, only sockets are supported; on Unix, all file
descriptors can be used. |
retsyo [email protected] writes:
Thanks for tracking down. I'm using a select() to get a blocking read() |
Windows support will only happen if somebody-not-me implements it. This report has gone untouched for 3 years, so this reporter also isn't the person who's going to implement it, and I'm closing this issue. There's a work in progress here: #15 |
I have gnuplot(which is on my PATH environment places), but
The text was updated successfully, but these errors were encountered: