[Distutils] Re: build subcommand order
Thomas Heller
theller at python.net
Thu Mar 25 16:11:45 EST 2004
Dan Schult <dschult at mail.colgate.edu> writes:
> Thanks for the help---
> I put in the cmdclass only {build: my_build}
> since I don't have a my_build_py.
> It works great!
>
> Still it seems that everyone using Swig to
> create packages will either have to run
> setup twice, or put this code in.
Not everyone using SWIG lets it create Python classes, I think.
SWIG support is generally very weak, it was only added to allow building
the win32 extensions (which now really works!).
Maybe this is a topic for another sprint ;-)
Thomas
More information about the Distutils-SIG
mailing list