<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,
<br>
<br>
I have just upgraded from Python 2.5 to 2.6.4 (MS Windows XP service
pack 3).<br>
<br>
My setup.py scripts (based on distutils.core.setup) no longer work with
the --install-script option.&nbsp; Here is the error:<br>
<ul>
  <li>error: option --install-script not recognized
  </li>
</ul>
The above error occurs when passing either bdist_wininst or bdist_msi
parameters to the setup.py scripts.<br>
<br>
I have been unable to locate any on-line mention of this option not
being supported.<br>
<br>
I apologize for missing something obvious here, but I am stuck.
<br>
<br>
Thanks in advance for your feedback.
<br>
<br>
-- jv
</body>
</html>