240 发简信
IP属地:广东
  • Resize,w 360,h 240
    _tkinter.TclError: no display name and no $DISPLAY environment variable

    Windows下使用putty远程连接到服务器上,需要显示图形界面时比如show()时会出现此error. 1.在服务器端安装xterm和xau...

  • ImportError: No module named '_tkinter'

    在执行from tkinter import*出现如下error: ...No module named '_tkinter' 百度试了所有的方...

  • 升级Python版本为3.5后,yum install 出现问题

    自从将Python版本从2.7升级到3.5之后,使用yum install出现如下error: File "", line 1 sudo yum...

  • CentOS安装Python3.5

    CentOS下自带的都是Python2系列, 如果要安装Python3.0以上,就要手动安装。下面演示安装Python3.5. 1.先安装所需要...