zoukankan      html  css  js  c++  java
  • python3 ImageTk 安装方法

    使用命令:
    $ sudo yum search PIL | grep python3
    可显示得知:
    python3-dogpile-cache.noarch : A caching front-end based on the Dogpile lock.
    python3-dogpile-core.noarch : A 'dogpile' lock, typically used as a component of
    python3-pillow-devel.i686 : Development files for python3-pillow
    python3-pillow-devel.x86_64 : Development files for python3-pillow
    python3-pillow-doc.noarch : Documentation for python3-pillow
    python3-pillow-qt.x86_64 : PIL image wrapper for Qt
    python3-pillow-tk.x86_64 : Tk interface for python3-pillow
    python3.i686 : Version 3 of the Python programming language aka Python 3000
    python3-chameleon.noarch : XML-based template compiler
    python3-lesscpy.noarch : Lesscss compiler
    python3-pillow.i686 : Python 3 image processing library
    python3-pillow.x86_64 : Python 3 image processing library
    python3-pillow-sane.x86_64 : Python module for using scanners
    

    通过安装包管理器将以上全部安装即可。

    来源:http://forums.fedoraforum.org/showthread.php?t=297286

  • 相关阅读:
    最短路(Floyed、Dijkstra、Bellman-Ford、SPFA)
    查找技术
    简单线段树
    dfs
    bfs
    插件工具集合
    Web前端代码规范
    Javascript 判断手机横竖屏状态
    Git 笔记2
    git 笔记 1
  • 原文地址:https://www.cnblogs.com/Emerald/p/4805389.html
Copyright © 2011-2022 走看看