fcntl.py文件下载
fcntl是posix类型的系统比喻linux的文件接口部分对应linuxC开发里的fcntl.hpython的linux版本自带的标准模块win下是冒得的
下载地址
用户评论
没用,还会报错 flags = fcntl.fcntl(s.fd, fcntl.F_GETFL) AttributeError: 'module' object has no attribute 'F_GETFL'
好用,非常感谢。
额,反正我下下来没用,无奈只能转到Linux下去跑。
ok的,可以使用
好,能用的。
可以用,非常感谢!
试试
感谢,成功解决Windows下Python提示“ImportError: No module named fcntl”的问题