Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 41 for Distutils (0.060 sec.)
What's New in Python 2.0 — Python 3.6.5 ドキュメント 7056
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... し、 PyOS_setsig() で新しいハンドラをセットします。 Distutils: モジュールの簡単インストール ¶ Python 2.0 以前は、 ... 導されて、パッケージのインストールを格段に簡単にする Distutils を作りました。これにより distutils パッケージが、P ... インストール過程についてより細かな制御を提供します。 distutils パッケージはデフォルトを上書きして別のことを出来る ... をデフォルトでないディレクトリに行ったり、などです。 Distutils を使うには setup.py スクリプトを書く必要があります ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
28.4. zipapp --- 実行可能な python zip 書庫を管理する — Python 3.6.5 ドキュメン... 6994
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tools, or you can take advantage of the fact that distutils knows how to compile Python source: >>> from distu ... tils.ccompiler import new_compiler >>> import distutils.sysconfig >>> import sys >>> import os >>> from pa ... () >>> exe = src . stem >>> cc . add_include_dir ( distutils . sysconfig . get_python_inc ()) >>> cc . add_libr ...
https://man.plustar.jp/python/library/zipapp.html - [similar]
Python モジュールのインストール — Python 3.6.5 ドキュメント 6932
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... インストール ¶ Email: distutils-sig @ python . org 人気のあるオープンソース開発プロ ... er を GitHub と BitBucket の両方で管理しています。 distutils はオリジナルのビルド・配布システムで、 Python 標準 ... ライブラリに 1998 年に最初に追加されました。 distutils の直接的な利用は段階的に取り払われていきますが、そ ...
https://man.plustar.jp/python/installing/index.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6900
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... by Stefan Krah amd Mark Dickinson in bpo-25928 .) distutils ¶ The default_format attribute has been removed fr ... om distutils.command.sdist.sdist and the formats attribute defa ... . (Contributed by Serhiy Storchaka in bpo-21708 .) distutils ¶ The undocumented extra_path argument to the Dist ... _() (whether direct or via super ) accordingly. In distutils.command.sdist.sdist , the default_format attribute ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... なりました。(Fixed by Anatoly Techtonik; bpo-7585 .) Distutils sdist コマンドが、 MANIFEST.in や setup.py ファイル ... t >>> file_util = import_module ( '..file_util' , 'distutils.command' ) >>> file_util <module 'distutils.file_u ... til' from '/python/Lib/distutils/file_util.pyc'> importlib は、Brett Cannon によって ... 新しいモジュール: sysconfig ¶ sysconfig モジュールが Distutils パッケージから引き抜かれ、新しいトップレベルモジュ ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 6838
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 理するコールバック PEP 301: パッケージインデクスと、 Distutils のためのメタデータ PEP 302: 新たなインポートフック ... 更 Python 2.0 への移植 拡張と埋め込みについての変更 Distutils: モジュールの簡単インストール XML モジュール 更新さ ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
3. Windows で Python を使う — Python 3.6.5 ドキュメント 6807
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python のセットアッ ... id and Paul Boddie 3.6.2. cx_Freeze ¶ cx_Freeze は distutils 拡張 ( Distutilsの拡張 を参照) で、 Python スクリプ ... ビルド を参照してください。 参考 Python + Windows + distutils + SWIG + gcc MinGW or "Creating Python extensions ... nder Windows" or "Installing Python extension with distutils and without Microsoft Visual C++" by Sébastien Sau ...
https://man.plustar.jp/python/using/windows.html - [similar]
9. コマンドリファレンス — Python 3.6.5 ドキュメント 6776
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ス配布物を生成する: sdist コマンド 前のトピックへ 8. Distutilsの拡張 次のトピックへ 10. API リファレンス ナビゲーシ ...
https://man.plustar.jp/python/distutils/commandref.html - [similar]
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 6745
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... 書き込み、次の内容を持つ setup.py を用意します: from distutils.core import setup , Extension setup ( name = "cust ... 注釈 While this documentation showcases the standard distutils module for building C extensions, it is recommende ... te our setup.py file to build the new module: from distutils.core import setup , Extension setup ( name = "cust ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
Python インタプリタの拡張と埋め込み — Python 3.6.5 ドキュメント 6714
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... . その他いろいろ 4. C および C++ 拡張のビルド 4.1. distutils による C および C++ 拡張モジュールのビルド 4.2. 拡 ...
https://man.plustar.jp/python/extending/index.html - [similar]
PREV 1 2 3 4 5 NEXT