We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
windows 7 - 64 python 3.5.0b1
The text was updated successfully, but these errors were encountered:
I'm also getting this with Python 3.5 32bit on Windows 10
Sorry, something went wrong.
This happens because fcntl is a standard library available only on Linux distributions. You can read more about this here
I'm also getting that problem. How to solve that??
Try creating a fcntl.py module as suggested here:- https://stackoverflow.com/questions/1422368/fcntl-substitute-on-windows I have to confess I haven't tried it and it's been 2 years, nearly, since I had the problem. Can't even remember which program it was I was playing with...
No branches or pull requests
windows 7 - 64
python 3.5.0b1
The text was updated successfully, but these errors were encountered: