差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| python:wxpython [2021/06/12 05:43] – [インストール] ともやん | python:wxpython [2021/06/12 12:32] (現在) – [distutils.msvc9compiler の find_vcvarsall() の実装 (Python 3.8)] ともやん | ||
|---|---|---|---|
| 行 185: | 行 185: | ||
| ==== distutils.msvccompiler の get_build_version() の実装 (Python 3.8) ==== | ==== distutils.msvccompiler の get_build_version() の実装 (Python 3.8) ==== | ||
| - | <WRAP prewrap 100% #result> | + | <WRAP prewrap 100% #result_long> |
| <code python> | <code python> | ||
| def get_build_version(): | def get_build_version(): | ||
| 行 238: | 行 238: | ||
| ==== distutils.msvc9compiler の find_vcvarsall() の実装 (Python 3.8) ==== | ==== distutils.msvc9compiler の find_vcvarsall() の実装 (Python 3.8) ==== | ||
| - | <WRAP prewrap 100% #result> | + | <WRAP prewrap 100% #result_long> |
| <code python> | <code python> | ||
| def find_vcvarsall(version): | def find_vcvarsall(version): | ||
| 行 278: | 行 278: | ||
| ===== 最小の wxPython アプリケーション ===== | ===== 最小の wxPython アプリケーション ===== | ||
| - | UTF-8 で保存すること。\\ | + | <wrap em> |
| + | |||
| + | ==== wx.Frame サンプル ==== | ||
| + | {{: | ||
| - | {{: | ||
| <WRAP prewrap 100% # | <WRAP prewrap 100% # | ||
| <code python PyWxHelloMain.py> | <code python PyWxHelloMain.py> | ||
| 行 330: | 行 332: | ||
| </ | </ | ||
| + | サンプルアプリケーションの実行。\\ | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| < | < | ||
| 行 335: | 行 338: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ==== wx.html2.WebView サンプル ==== | ||
| + | {{: | ||
| <WRAP prewrap 100% # | <WRAP prewrap 100% # | ||
| 行 377: | 行 383: | ||
| </ | </ | ||
| + | サンプルアプリケーションの実行。\\ | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| < | < | ||