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

ImportError: No module named fcntl #11

Open
SochiRussia opened this issue May 30, 2015 · 4 comments
Open

ImportError: No module named fcntl #11

SochiRussia opened this issue May 30, 2015 · 4 comments

Comments

@SochiRussia
Copy link

windows 7 - 64
python 3.5.0b1

@BNNorman
Copy link

I'm also getting this with Python 3.5 32bit on Windows 10

@havanagrawal
Copy link

This happens because fcntl is a standard library available only on Linux distributions. You can read more about this here

@gopi-03
Copy link

gopi-03 commented Jul 3, 2017

I'm also getting that problem. How to solve that??

@BNNorman
Copy link

BNNorman commented Jul 3, 2017

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...

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

4 participants