| 例文 |
distutilsを含む例文一覧と使い方
該当件数 : 107件
10.17 distutils.errors -- Distutils exceptions 例文帳に追加
17 distutils.errors -- Distutils 例外 - Python
1. An Introduction to Distutils 例文帳に追加
1 Distutilsの紹介 - Python
10.16 distutils.debug -- Distutils debug mode 例文帳に追加
16 distutils.debug -- Distutils デバッグモード - Python
10.26 distutils.command -- Individual Distutils commands 例文帳に追加
26 distutils.command -- Distutils 各コマンド - Python
5 Distutils Configuration Files 例文帳に追加
5 Distutils 設定ファイル - Python
1.4 Distutils-specific terminology 例文帳に追加
4 Distutils 固有の用語 - Python
10.1 distutils.core -- Core Distutils functionality 例文帳に追加
1 distutils.core -- Distutils のコア機能 - Python
Subsections 10.1 distutils.core -- Core Distutils functionality 例文帳に追加
1 distutils.core -- Distutils のコア機能 - Python
For Python 1.5.2, the Distutils will normally be installed to例文帳に追加
Python 1.5.2 では、 Distutils は通常 - Python
3. Building C and 例文帳に追加
3. distutils による C - Python
1. An Introduction to 例文帳に追加
1 Distutilsの紹介 - Python
10.25 distutils.cmd -- Abstract base class for Distutils commands 例文帳に追加
25 distutils.cmd -- Distutils コマンドの抽象クラス - Python
18.12 distutils -- Building and installing Python modules 例文帳に追加
18.11 distutils -- Python モジュールの構築とインストール - Python
A list of Python packages that distutils will manipulate 例文帳に追加
distutilsが操作するPythonパッケージのリスト - Python
A list of Python modules that distutils will manipulate 例文帳に追加
distutilsが操作するPythonモジュールのリスト - Python
Distutils will respond with the following prompt: 例文帳に追加
Distutils は以下のようなプロンプトを出します: - Python
3. Building C and C++ Extensions with distutils 例文帳に追加
3. distutils による C および C++ 拡張モジュールのビルド - Python
Building C and C++ Extensions with distutils 例文帳に追加
3. distutils による C および C++ 拡張モジュールのビルド - Python
1.4 Distutils-specific terminology The following terms apply more specifically to the domain of distributing Python modules using the Distutils:例文帳に追加
4 Distutils 固有の用語以下は Distutils を使って Python モジュールを配布する際に使われる特有の用語です: - Python
The Distutils configuration files all have the same syntax. 例文帳に追加
Distutils 設定ファイルは、全て同じ構文をしています。 - Python
Provides exceptions used by the Distutils modules. 例文帳に追加
distutilsのモジュールで使用される例外を提供します。 - Python
The Distutils' own setup script,shown here, is used to install the package into Python 1.5.2.) 例文帳に追加
ここで示した、Distutils 自身の setup スクリプトは、Python 1.5.2 にDistutils パッケージをインストールする際に使います。 - Python
These lines are for demonstration purposes only; distutils users should trust that distutils gets the invocations right. Subsections例文帳に追加
これらのコマンドラインは実演目的で書かれたものです; distutils のユーザは distutils が正しくコマンドを実行すると信用してください。 - Python
To learn about distributing new modules using the distutils facilities, read例文帳に追加
distutilsの機能を使って新しいモジュールを配布する方法は、 - Python
Thus, you can put these options into your Distutils config file (seesection5):例文帳に追加
そこで、オプションは Distutils 設定ファイル (5 参照) にも指定できます: - Python
Hence, here is a snippet from the Distutils' own setup.cfg:例文帳に追加
そこで、以下のような内容が Distutils 自体の setup.cfgには入っています: - Python
Please refer to the distutilsdocumentation in 例文帳に追加
distutils の機能に関する詳細は、 - Python
As mentioned above, you can use Distutils configuration files to recordpersonal or site preferences for any Distutils options. 例文帳に追加
上で述べたように、 Distutils 設定ファイルを使えば、任意の Distutils オプションに対して個人的な設定やサイト全体の設定を記録できます。 - Python
The following function is only intended for use within the distutils package.例文帳に追加
以下の関数は、distutils パッケージ内の使用だけを前提にしています。 - Python
The distutils approach works well for most extensions; documentation on using例文帳に追加
distutils によるアプローチはほとんどの拡張モジュールでうまくいきます; - Python
Abstract base class for defining command classes, the ``worker bees''of the Distutils. 例文帳に追加
コマンドクラスを定義するための抽象ベースクラス -- distutilsの「働きバチ」-- です。 - Python
A Command class (or rather, an instance of one of it's subclasses)implement a single distutils command. 例文帳に追加
Commandクラス(そのサブクラスのインスタンス)はdistutilsのあるコマンドを実装します。 - Python
This section describes the necessary steps to use Distutils with the GNU C/C++ compilers in their Cygwin and MinGWdistributions.例文帳に追加
この節では、 Cygwin や MinGW - Python
; this includes documentation needed to extend distutils.例文帳に追加
に書かれています。 このドキュメントには distutils を拡張する方法も含まれています。 - Python
Building custom interpreters was rarely used, and extension modules can be built using distutils.Building an extension module using distutils requires that distutils is installed on the build machine, which is included in Python 2.x and available separately for Python 1.5.例文帳に追加
distutils を使った拡張モジュールのビルドには、ビルドを行う計算機上にdistutils をインストールしていることが必要です。 Python 2.x には distutils が入っており、 Python 1.5 用には個別のパッケージがあります。 - Python
The distutils command register is used to submit your distribution's meta-data to the index.例文帳に追加
配布物のメタデータをインデクスに提出するには、 Distutils のコマンド register を使います。 - Python
This section discusses how to override the usual Distutils behaviour.例文帳に追加
この節では、通常の Distutils の動作をオーバライドする方法について議論します。 - Python
Since distutils also supportscreation of binary packages, users don't necessarily need a compiler and distutils to install the extension.A distutils package contains a driver script, setup.py.例文帳に追加
distutils はバイナリパッケージの作成もサポートしているので、ユーザが拡張モジュールをインストールする際に、必ずしもコンパイラが必要というわけではありません。 distutils ベースのパッケージには、駆動スクリプト (driver script)となる setup.py が入っています。 - Python
The distutils.core module is the only module that needs to be installed to use the Distutils.例文帳に追加
Distutilsを使うためにインストールする必要がある唯一のモジュールがdistutils.coreモジュールです。 - Python
The Python Package Index (PyPI) holds meta-data describing distributionspackaged with distutils. 例文帳に追加
Python パッケージインデクス (Python Package Index, PyPI) は、distutils でパッケージ化された配布物に関するメタデータを保持しています。 - Python
Note that currently, the Distutils only handles C/C++ extensions for Python.例文帳に追加
現状では、 Distutils は Python 向けの C/C++ 拡張モジュールしか扱わないので注意してください。 - Python
To let Distutils compile your extension with Borland C++ you now haveto type: 例文帳に追加
。 Borland C++ を使って Distutils に拡張モジュールをコンパイルさせるには、以下のように入力します: - Python
prefix/lib/python1.5/site-packages/distutils,so the system configuration file should be put there under Python1.5.2. 例文帳に追加
prefix/lib/python1.5/site-packages/distutilsにインストールされるため、 Python 1.5.2 では設定ファイルをそこに置かなければなりません。 - Python
The basic do-everything function that does most everything you could everask for from a Distutils method. 例文帳に追加
全てを実行する基本的な関数で、Distutilsでできるほとんどのことを実行します。 - Python
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|