Centos 6 wxpython 安装

1 , 安装 rpmforge , epel

 

    wgethttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

    wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

 

2, yum -y install wxPython

 

 

3, 验证

    [root@ovirtNode216 6]# python
    iPython 2.6.6 (r266:84292, Feb 22 2013, 00:00:18) 
    [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    m>>> import wx

本文出自 “欢迎评论,欢迎点赞” 博客,转载请与作者联系!

你可能感兴趣的:(python,wxPython)