Re: [Distutils] Organizing for buildout questions

2006-11-28 Thread Jim Fulton
David Pratt wrote: Hi. I am trying to get my head around using buildout with both private and public repositories. So my questions relate to a way to organize my svn in a better way for eggification and construction of a simple sandbox to keep my svn checkouts together in a consistent and

[Distutils] distutils extension and setuptools

2006-11-28 Thread Samuel Dufour
Hi, We currently develop a software to integrate packages (C++/Python) in plant modeling. We use SCons to build C++ library and Boost.Python to create the wrappers. We have extended distutils to call scons rather than distutils.build_ext. Thus, we distribute packages with the distutils frontend

Re: [Distutils] distutils extension and setuptools

2006-11-28 Thread Phillip J. Eby
At 01:29 PM 11/28/2006 +0100, Samuel Dufour wrote: Hi, We currently develop a software to integrate packages (C++/Python) in plant modeling. We use SCons to build C++ library and Boost.Python to create the wrappers. We have extended distutils to call scons rather than distutils.build_ext. Thus,