wxPython_Phoenix在線安裝


轉自:http://blog.csdn.net/xiaodong193/article/details/51920283

wxpython在python 3.X下變成了wxpython ProjectPhoenix項目,其官方主頁網址為https://wiki.wxpython.org/ProjectPhoenix。
換句話說,若想在python 3.X版本下使用wxpython,就必須安裝wxpython ProjectPhoenix。

在線安裝方法:

1、找到合適的版本:

文件下載地址:https://wxpython.org/Phoenix/snapshot-builds/

文件命名規則參考如下:

File naming conventions:
------------------------

 - Files with the "*.whl" extension are binary wheel files
   (https://wheel.readthedocs.org/en/latest/). See below for more info.

 - Files with the "*.tar.gz" extension are compressed tar archives of the
   Phoenix and wxWidgets source code.

 - The "*-docs-*.tar.gz" files are compressed archives of the documentation.

 - The bulk of the filename follows the convensions for naming wheels
   (https://www.python.org/dev/peps/pep-0427/#file-name-convention). For
   example:

      wxPython_Phoenix-3.0.3.dev1549+fa6f31f-cp33-cp33m-macosx_10_6_intel.whl

   means:

   - This is the wxPython_Phoenix package

   - It is version 3.0.3.dev1549+fa6f31f (a development version, with
     the build number derived from the source control system.)

   - It is built for CPython version 3.3

   - It is built for the macosx operating system

   - It is built for OSX version 10.6 or greater

   - It is built for Intel processors.

2、在win cmd命令窗口運行如下命令:

pip install https://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev2307+67242fb-cp34-cp34m-win32.whl

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM