2008/5/22 Tom Mueller <[EMAIL PROTECTED]>: > setup.py is a replacement for the Makefile on non-OpenSolaris systems, > specifically for Windows. We also use it on Mac OS and Linux. Eventually, I > had hoped we could eliminate the Makefile entirely since distutils is > typically the way that python projects are built. > > In order to generate the .pyc files and run the unit tests, cherrypy has to > be there. So setup.py will have to make sure it is there.
Ah. That makes sense now. Sorry I didn't make the connection before. Yes, I can likely do that tonight. I'm assuming the process should essentially be the same as I've done in the makefile? Cheers, -- Shawn Walker "To err is human -- and to blame it on a computer is even more so." - Robert Orben _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
