python-console-snake
python-console-snake copied to clipboard
ImportError: No module named fcntl
windows 7 - 64 python 3.5.0b1
I'm also getting this with Python 3.5 32bit on Windows 10
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...