On Mon, Nov 26, 2012 at 07:58:22PM -0600, Evan Driscoll wrote:
> I'm also pretty confused about the
> distutils/setuptools/distribute/distutils2 landscape and what the
> differences are (at least between the first 3) and what their
> relationships with standard Python are.
In my opinion packaging
On 11/22/2012 06:22 PM, Thomas Bach wrote:
I am using virtual environments and do a
python setup.py develop
on each package. This just creates a symbolic link to the package and
all edits show up immediately.
That's awesome; I didn't know about the 'develop' command. Thanks!
Is that just a s
On Tue, Nov 20, 2012 at 03:24:59PM -0600, Evan Driscoll wrote:
>
> Suppose I have packages A-C. In addition to being modules in the Python
> sense, they are logically distinct, probably sit in different
> repositories, etc., so there's a directory layout like
>
> [SNIP]
>
> Finally, suppose that