| 例文 |
python unixの部分一致の例文一覧と使い方
該当件数 : 27件
The value is one of 'static' for a statically linked Python, 'framework' for Python in a Mac OS X framework,'shared' for Python in a standard unix shared library and'cfm' for the Mac OS 9-compatible Python.例文帳に追加
値は静的リンクした Python は 'static'、Mac OS X framework で構築した Python は 'framework'、標準の unix 共有ライブラリ(shared library)で構築された Python は 'shared'、Mac OS 9 互換 Python では 'cfm' となります。 - Python
Note:Beginning in 2.3 some Unix versions of Python may have a bsddb185module. 例文帳に追加
注意:2.3以降のUnix版Pythonには、bsddb185モジュールが存在する場合があります。 - Python
Another Unix example: suppose your Python installation was built and installed with a prefix of /usr/local/python, so under a standard installation scripts will wind up in /usr/local/python/bin.例文帳に追加
Unix 環境での例をもう一つ紹介します: インストール済みの Python が、/usr/local/python を prefix にしてビルドされ、インストールされていて、標準のインストールスクリプトは /usr/local/python/binに入るようになっているとします。 - Python
For the tail part, it uses the empty string (on Macintosh or Windows) or it uses first lib/python2.4/site-packages and thenlib/site-python (on Unix).例文帳に追加
後部には、(MacintoshやWindowsでは)空文字列を使用し、(Unixでは)最初にlib/python2.4/site-packagesを使ってからlib/site-pythonを使います。 - Python
You can find out what your Python installation uses for prefix and exec-prefix by running Python in interactive mode and typing a few simple commands.Under Unix, just type python at the shell prompt.例文帳に追加
自分の Python がどんな prefix やexec-prefix を使っているかは、Python を対話モードで起動して、単純なコマンドをいくつか入力すればわかります。 - Python
module by completing valid Python identifiers and keywords.This module is Unix-specific due to its dependence on the例文帳に追加
モジュール向けの補完関数を定義しています。 - Python
Using Python on a Mac OS 9 Macintosh 例文帳に追加
1. Mac OS 9でPythonを利用する Macintosh 上での Python の使い方は、特にMac OS 9上においては Unixライクなシステムや Windows システム上で使うのと全く異なっています(MacPython-OSXには完全な Unix Python が入っているので、 Unixライクなシステムとほぼ同じ知識を利用できます) 。 - Python
Using Python on a Macintosh, especially on Mac OS 9 (MacPython-OSXincludes a complete Unix Python) can seem like something completely different than using it on a Unix-like or Windows system.例文帳に追加
ほとんどの Python 文書や、「公式の」文書、刊行されている書籍では、Unixライクなシステムや Windows システム上でどう Python を使うかについて述べているにすぎず、 MacPython-OS9 を初めて利用する人を混乱させる原因になっています。 - Python
Starting in Python 1.4, Python provides, on Unix, a special makefile for building make files for building dynamically-linkedextensions and custom interpreters. 例文帳に追加
Python 1.4 になってから、動的にリンクされるような拡張モジュールをビルドするためのメイクファイルを作成するような、特殊なメイクファイルをUnix 向けに提供するようになりました。 - Python
While the configure script shipped with the Python sources will correctly build Python to export the symbols needed by dynamically linked extensions, this is not automatically inherited by applications which embed the Python library statically, at least on Unix.例文帳に追加
Python ソースと一緒についてくるconfigure スクリプトは動的にリンクされる拡張モジュールが必要とするシンボルを公開するようただしく Python をビルドしますが、この機能はPython ライブラリを静的に埋め込むようなアプリケーションには継承されません。 少なくとも Unix ではそうです。 - Python
For example, the Numerical Python header files are installed (on a standard Unix installation) to /usr/local/include/python1.5/Numerical.(The exact location will differ according to your platform and Pythoninstallation.)例文帳に追加
例えば、 Numerical Python のヘッダファイルは、 (標準的な Unix がインストールされた環境では) /usr/local/include/python1.5/Numerical にインストールされます。 (実際の場所は、プラットフォームやどの Python をインストールしたかで異なります。 - Python
It inserts the information that varies across Unix flavors and is stored inPython's Makefile.例文帳に追加
この関数は様々な Unix の変種ごとに異なる情報や、Python のMakefile に書かれた情報をインスタンスに挿入します。 - Python
Strictly speaking, the system-wide configuration file lives in the directory where the Distutils are installed; under Python 1.6and later on Unix, this is as shown.例文帳に追加
厳密に言えば、システム全体向けの設定ファイルは、 Distutilsがインストールされているディレクトリになります; Unixの Python 1.6 以降では、表の通りの場所になります。 - Python
For Unix,this will be the header generated by the configure script;for other platforms the header will have been supplied directly by the Python source distribution.例文帳に追加
Unixの場合、このヘッダファイルはconfigure スクリプトによって生成されるヘッダファイル名です;他のプラットフォームでは、ヘッダは Python ソース配布物中で直接与えられています。 - Python
OnUnix and Mac OS, it also depends on whether the module distribution being installed is pure Python or contains extensions (``non-pure''):例文帳に追加
Unix や Mac OSでは、インストールしようとするモジュール配布物が pure Python なのか、拡張モジュールを含む (``非 pure'') のかによっても異なります: - Python
Note:This module can run CGI scripts on Unix and Windows systems;on Mac OS it will only be able to run Python scripts within the same process as itself.例文帳に追加
注意:このモジュールは CGI スクリプトを Unix および Windows システム上で実行させることができます; Mac OS 上では、自分と同じプロセス内でPython スクリプトを実行することしかできないはずです。 - Python
The explanatorymaterial is useful for both the Windows programmer learning to build Python extensions and the Unix programmer interested in producingsoftware which can be successfully built on both Unix and Windows.Module authors are encouraged to use the distutils approach for building extension modules, instead of the one described in this section.例文帳に追加
この説明は、Python 拡張モジュールを作成する Windows プログラマと、Unix と Windows の双方でうまくビルドできるようなソフトウェアの作成に興味がある Unix プログラマの双方にとって有用です。 モジュールの作者には、この節で説明している方法よりも、 distutils によるアプローチで拡張モジュールをビルドするよう勧めます。 - Python
The specific configuration variables available depend heavily on the platform and configuration.The specific variables depend on the build process for the specific version of Python being run; the variables are those found in the Makefile and configuration header that are installed with Python on Unix systems.例文帳に追加
どの設定情報変数にアクセスできるかは、プラットフォームと設定自体に大きく左右されます。 また、特定の変数は、使っている Python のバージョンに対するビルドプロセスに左右されます; こうした変数は、Unix システムでは、Makefile や Python と一緒にインストールされる設定ヘッダから探し出されます。 - Python
Possible uses includeallowing Python scripts to accept typed passwords from the user, orattempting to crack Unix passwords with a dictionary.Notice that the behavior of this module depends on the actual implementation of the 例文帳に追加
このモジュールは、Python スクリプトがユーザから入力されたパスワードを受理できるようにしたり、Unixパスワードに (脆弱性検査のための) 辞書攻撃を試みるのに使えます。 このモジュールは実行環境の - Python
Windows has no concept of a user's home directory, and since the standard Python installation under Windows is simpler than under Unix, the --prefix option has traditionally been used to install additional packages in separate locations on Windows.例文帳に追加
Windows はユーザのホームディレクトリという概念がなく、Windows 環境下で標準的にインストールされた Python は Unixよりも単純な構成をしているので、 Windows で追加のパッケージを別の場所に入れる場合には、伝統的に --prefix が使われてきました。 - Python
There is no requirement that --prefix or --exec-prefix actually point to an alternate Python installation; if the directories listed above do not already exist, they are created at installation time.Incidentally, the real reason the prefix scheme is important is simply that a standard Unix installation uses the prefix scheme, but with --prefix and --exec-prefix supplied by Python itself as sys.例文帳に追加
--prefix や --exec-prefix が実際に他のインストール済み Python の場所を指している必要はありません;上に挙げたディレクトリがまだ存在しなければ、インストール時に作成されます。 ちなみに、prefix スキームが重要な本当の理由は、単に標準の Unix インストールが prefix スキームを使っているからです。 - Python
If Python is built with universal newline support (the default) the file is opened as a text file, butlines may be terminated by any of 'n', the Unix end-of-lineconvention,'r', the Macintosh convention or 'rn', the Windowsconvention.例文帳に追加
Python が全改行文字サポートを行っている (標準ではしています) 場合,ファイルがテキストファイルで開かれますが、行末文字として Unix における慣行である 'n' 、Machintosh における慣行である 'r'、Windows における慣行である 'rn' のいずれを使うこともできます。 - Python
An FSSpec can point to a non-existing file, as long as the folder containing the file exists.Under MacPython the same is true for a pathname, but not under unix-Pytonbecause of the way pathnames and FSRefs works.例文帳に追加
FSSpec は、実在しないファイルでも、実在するフォルダの下に配置されていることになっている限り表現できます。 MacPython ではパス名も同じように扱えますが、 unix ベースの Python ではパス名とFSRefsの挙動が異なるため扱えません。 - Python
(That tarfile is considered ``dumb'' because it has to be unpacked in a specific location to work.)Thus, the above command on a Unix system createsDistutils-1.0.plat.tar.gz; unpacking this tarball from the right place installs the Distutils just as though you haddownloaded the source distribution and run python setup.pyinstall.例文帳に追加
(tar ファイルは、特定の場所に手作業で解凍しないと動作しないので、 ``ダム: 賢くない'' 形式とみなします。 )従って、 Unix システムで上記のコマンドを実行すると、Distutils-1.0.plat.tar.gz を作成します; この tarball を正しい場所で解凍すると、ちょうどソース配布物をダウンロードして python setup.py install を実行したのと同じように、正しい場所に Distutils がインストールされます。 - Python
path, possibly usingPYTHONPATH.Obsolete extension modules written in C are not built by default.Under Unix, these must be enabled by uncommenting the appropriate lines in Modules/Setup in the build tree and either rebuildingPython if the modules are statically linked, or building and installing the shared object if using dynamically-loaded extensions.例文帳に追加
撤廃された拡張モジュールのうち C で書かれたものは、標準の設定ではビルドされません。 Unixでこれらのモジュールを有効にするには、ビルドツリー内の Modules/Setup の適切な行のコメントアウトを外して、モジュールを静的リンクするなら Python をビルドしなおし、動的にロードされる拡張を使うなら共有オブジェクトをビルドしてインストールする必要があります。 - 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会員(無料)になると
|