python:wxpython

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:wxpython [2020/02/03 08:36] – [ビルドする場合] ともやんpython:wxpython [2020/02/03 12:54] – [wxPython] ともやん
行 3: 行 3:
 本家: [[https://wxpython.org/|Welcome to wxPython! | wxPython]]\\ 本家: [[https://wxpython.org/|Welcome to wxPython! | wxPython]]\\
 ソースコード: \\ ソースコード: \\
-  * [[https://github.com/wxWidgets/Phoenix|wxWidgets/Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.]] (wxPython 4系)\\ +  * [[https://github.com/wxWidgets/Phoenix|wxWidgets/Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.]] (wxPython Phoenix 4系)\\ 
-  * [[https://github.com/wxWidgets/wxPython-Classic|wxWidgets/wxPython-Classic: This is the repository for "Classic" wxPython. All new development is happening in the Phoenix project at https://github.com/wxWidgets/Phoenix]] (wxPython 3系)\\+  * [[https://github.com/wxWidgets/wxPython-Classic|wxWidgets/wxPython-Classic: This is the repository for "Classic" wxPython. All new development is happening in the Phoenix project at https://github.com/wxWidgets/Phoenix]] (wxPython Classic 3系)\\ 
 +リリース:\\ 
 +  * [[https://pypi.org/project/wxPython/|wxPython · PyPI]] (wxPython Phoenix 4系)\\ 
 +  * [[https://sourceforge.net/projects/wxpython/files/wxPython/|wxPython - Browse /wxPython at SourceForge.net]] (wxPython Classic 3系)\\
 \\ \\
  wxPythonは、wxWidgets C++ クラス ライブラリ(クロス プラットフォーム GUIライブラリ)のPython言語向けバインディングである。つまり、PythonからwxWidgetsを利用できるようにしたものである。\\  wxPythonは、wxWidgets C++ クラス ライブラリ(クロス プラットフォーム GUIライブラリ)のPython言語向けバインディングである。つまり、PythonからwxWidgetsを利用できるようにしたものである。\\
行 24: 行 27:
 > cd wxWidgets > cd wxWidgets
 > git submodule update --init > git submodule update --init
 +</code>
 +**v3.0.2** タグをチェックアウトする。\\
 +<code>
 +> cd wxWidgets
 +> git checkout -f v3.0.2
 </code> </code>
  
行 29: 行 37:
 <code> <code>
 > git clone https://github.com/wxWidgets/wxPython-Classic.git > git clone https://github.com/wxWidgets/wxPython-Classic.git
 +</code>
 +**wxPy-3.0.2.0** タグをチェックアウトする。\\
 +<code>
 +> cd wxPython-Classic
 +> git checkout -f wxPy-3.0.2.0
 </code> </code>
  
行 50: 行 63:
 > python build-wxpython.py > python build-wxpython.py
 </code> </code>
 +
 ==== error: Microsoft Visual C++ 9.0 is required. が発生する場合 ==== ==== error: Microsoft Visual C++ 9.0 is required. が発生する場合 ====
 以下のエラーが発生する場合\\ 以下のエラーが発生する場合\\
  • python/wxpython.txt
  • 最終更新: 2021/06/12 12:32
  • by ともやん