Gabriel Genellina wrote:
En Thu, 29 May 2008 06:29:00 -0300, <[EMAIL PROTECTED]> escribió:

I'm trying to figure out the "best" way to distribute my own python packages.

Well... don't use an egg in the first place :)

   "easy install" usually isn't.  It tends to do the wrong thing,
then leave things in a confused state.  Too many things have to
be set up right before "easy install" works easily.

   "python setup.py" is the de-facto standard.

   Yes, there's no really good, standard solution for Python
installation.

                                        John Nagle
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to