[Python-Dev] Help wanted with setup.py script
Andrew Kuchling
akuchlin@mems-exchange.org
Wed, 3 Jan 2001 10:44:57 -0500
[Cc'ing to python-dev].
On Wed, Jan 03, 2001 at 04:35:10PM +0100, Thomas Heller wrote:
>You didn't expect this script run under windows?
>(It does not run)
It shouldn't matter, I think, since the makesetup stuff doesn't run on
Windows either; presumably the compiled-in modules are specified by an
MSVC project file, or something similar. Can anyone confirm that I
don't care if setup.py works on Windows? (Well, I *know* for a fact I
don't care; but should I? :) )
--amk