IOError: [Errno 2] No such file or directory: 'nul'

今天使用python脚本编译的时候报这个错误

Process Process-1:
Traceback (most recent call last):
  File "C:\Python27\lib\multiprocessing\process.py", line 250, in _bootstrap
    sys.stdin = open(os.devnull)
IOError: [Errno 2] No such file or directory: 'nul'
通过 luacompile 命令对 lua 文件进行 XXTEA 加密以及编译为字节码的处理。

编译为字节码的功能基于 LuaJIT v2.0.3,所以目前编译成字节码的文件不适用于 iOS 64位设备。


我这边用的是win10的电脑,刚安装的系统。

其实是系统win10系统需要更新了,正常更新应该就好了。

也可以在其他win10电脑的windows目录下复制了一个null.sys文件,粘贴到C:\Windows\WinSxS下;


win7的路径:C:WINDOWS\system32\drivers\null.sys 

win7可以参考:https://blog.csdn.net/itachi85/article/details/47172375

你可能感兴趣的:(系统)