homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tautology
Recipients
Date 2007年01月02日.16:32:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The instructions for installing 3rd party modules will not work in a default Windows install.
The documentation (http://docs.python.org/inst/standard-install.html) says:
"""
As described in section 1.2, building and installing a module distribution using the Distutils is usually one simple command:
python setup.py install
On Unix, you'd run this command from a shell prompt; on Windows, you have to open a command prompt window (``DOS box'') and do it there; on Mac OS X, you open a Terminal window to get a shell prompt.
"""
Unfortunately the command 'python setup.py install' does not work because the python executable is not in the path in the default install. 'setup.py install' will work since .py files are associated with python.exe.
A suggestion for new wording:
"""
As described in section 1.2, building and installing a module distribution using the Distutils is usually one simple command:
python setup.py install
On Unix, you'd run this command from a shell prompt; on Mac OS X, you open a Terminal window to get a shell prompt.
On Windows, you have to open a command prompt window (``DOS box'') and modify the command to:
setup.py install
"""
History
Date User Action Args
2008年01月20日 09:59:09adminlinkissue1626300 messages
2008年01月20日 09:59:09admincreate

AltStyle によって変換されたページ (->オリジナル) /