<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tarek Ziadé wrote:
<blockquote
cite="mid:94bdd2610911121428h638d926bt771aafb3c146d622@mail.gmail.com"
type="cite">
<pre wrap="">On Thu, Nov 12, 2009 at 12:31 PM, Jim Vickroy <a class="moz-txt-link-rfc2396E" href="mailto:Jim.Vickroy@noaa.gov"><Jim.Vickroy@noaa.gov></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hello,
Please excuse the repost (sent last week), but I'm hoping someone on the
list can get me on-track with a distutils problem.
I have just upgraded from Python 2.5 to 2.6.4 (MS Windows XP service pack
3).
My setup.py scripts (based on distutils.core.setup) no longer work with the
--install-script option. Here is the error:
* error: option --install-script not recognized
</pre>
</blockquote>
<pre wrap=""><!---->
Hi Jim,
the option (in 2.5 and 2.6) is "--install-scripts" (notice the final 's')
Regards
Tarek
</pre>
</blockquote>
Hello Tarek,<br>
<br>
<b>--</b>install-script<u><b>s</b></u> is not recognized (see below) --
at least with Python 2.6.4 on MS Windows.<br>
<br>
C:\Documents and Settings\jim.vickroy\My Documents\Projects>"D-RAP
INSTALLER BUILDER.py" bdist_wininst
--install-scripts=GOES-12-SXI-processor-setup-t<br>
eardown.py<br>
<br>
usage: D-RAP INSTALLER BUILDER.py [global_opts] cmd1 [cmd1_opts] [cmd2
[cmd2_opts] ...]<br>
or: D-RAP INSTALLER BUILDER.py --help [cmd1 cmd2 ...]<br>
or: D-RAP INSTALLER BUILDER.py --help-commands<br>
or: D-RAP INSTALLER BUILDER.py cmd --help<br>
<br>
error: option --install-scripts not recognized<br>
<br>
C:\Documents and Settings\jim.vickroy\My Documents\Projects><br>
<br>
-- jv<br>
</body>
</html>