Re: mini component distribution question

2006-04-20 Thread Eric S. Johansson
Serge Orlov wrote: > How about one? I bundle everything together. Sharing modules at end > user host is more difficult because you have to test many combinations. > Needless to say, end users also have a strange ability to create > untested combinations of modules :) it's the exact same problem.if

Re: mini component distribution question

2006-04-20 Thread Serge Orlov
Eric S. Johansson wrote: > as one would expect when creating a body of software, eventually you > create a series of relatively generic components you find yourself using > over and over again. As a result, I'm finding myself slightly bit by > the same problem I have faced multiple times of the pa

Re: mini component distribution question

2006-04-19 Thread Eric S. Johansson
Ben Finney wrote: > "Eric S. Johansson" <[EMAIL PROTECTED]> writes: >> Ben Finney wrote: > setuptools allows downloads and/or installs from any specified > location. The Cheeseshop is just a convenient default location. > >>> - use easy_install to automatically download and install them >>> when

Re: mini component distribution question

2006-04-19 Thread Jorge Godoy
Ben Finney wrote: > setuptools allows downloads and/or installs from any specified > location. The Cheeseshop is just a convenient default location. Jumping in the middle of this, is there some way to specify multiple download sites? It would be interesting as some kind of "backup URL" or even t

Re: mini component distribution question

2006-04-19 Thread Ben Finney
"Eric S. Johansson" <[EMAIL PROTECTED]> writes: > Ben Finney wrote: > > The developing wisdom is to: > > > > - bundle up reusable discrete functional components as Python eggs > > okay. Sounds like it's worth the effort of learning. > > > - publish them on the Cheeseshop > > > > http:

Re: mini component distribution question

2006-04-19 Thread Eric S. Johansson
Ben Finney wrote: > "Eric S. Johansson" <[EMAIL PROTECTED]> writes: > >> as one would expect when creating a body of software, eventually you >> create a series of relatively generic components you find yourself using >> over and over again. As a result, I'm finding myself slightly bit by >> t

Re: mini component distribution question

2006-04-19 Thread Ben Finney
"Eric S. Johansson" <[EMAIL PROTECTED]> writes: > as one would expect when creating a body of software, eventually you > create a series of relatively generic components you find yourself using > over and over again. As a result, I'm finding myself slightly bit by > the same problem I have fac

mini component distribution question

2006-04-19 Thread Eric S. Johansson
as one would expect when creating a body of software, eventually you create a series of relatively generic components you find yourself using over and over again. As a result, I'm finding myself slightly bit by the same problem I have faced multiple times of the past. Namely, how do you distr