jart / fabulous

Print images, colors, and stylish text to the terminal with Python
Apache License 2.0
345 stars 34 forks source link

Windows - ModuleNotFoundError: No module named 'fcntl' #21

Open nalbion opened 12 months ago

nalbion commented 12 months ago

util.py imports fcntl which does not exist in Python for Windows.

While I may be able to run on WSL, I can't debug in my IDE.