-
Notifications
You must be signed in to change notification settings - Fork 74
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
MSG_WAITALL problem on Windows 7 #103
Comments
Can you print the full traceback? |
That seems reasonable. I will look into this and #104 once version 0.7.0 is out. There may be other parts of the code that expect a *nix environment. |
I understand that Windows is not in your top priorities. Your help is much appreciated. If you agree, I would like to propose PRs to fix the issues I encounter. You could accept/reject/discuss them at your convenience, after 0.7.0 is released for example. |
Yes, absolutely. Thank you. |
Hi,
I'm trying to use irodsclient on Windows 7. The Python I installed is 3.6.3.
Instead of ValueError like in #53, I get OSError in sock.recv()
Adding
OSError
in the list of caught exceptions is sufficient to have it work, but is it the good think to do?Cheers,
Pierre
The text was updated successfully, but these errors were encountered: