[Python-Dev] Help wanted with setup.py script
Guido van Rossum
guido@python.org
Wed, 03 Jan 2001 10:49:43 -0500
> 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? :) )
Personally, I don't think it's worth to make setup.py work for
Windows.
--Guido van Rossum (home page: http://www.python.org/~guido/)