Setuptools CVS broken for python2.3
Is setuptools CVS going to work using python 2.3? After 25 of July it does not work anymore. I need it to build packages for both 2.4 and 2.3 . Should I stay on the 25 of July version? Thank you very much for this nice sftware. It is very usefull to use and to read its code to learn pythonic programming. Vincenzo
At 05:29 PM 7/31/2005 +0200, Vincenzo Di Massa wrote:
Is setuptools CVS going to work using python 2.3?
That's what I develop it with, so yes.
After 25 of July it does not work anymore.
Please be more specific: what did you do, what did you expect to happen, and what happened instead? I can't psychically infer what "does not work" means. :)
At 05:29 PM 7/31/2005 +0200, Vincenzo Di Massa wrote:
Is setuptools CVS going to work using python 2.3? After 25 of July it does not work anymore.
See also this post: http://mail.python.org/pipermail/distutils-sig/2005-July/004850.html and follow the instructions therein to make sure you have a correct checkout. The CVS version of setuptools won't work at all without the .egg-info directory from CVS.
Alle 18:31, domenica 31 luglio 2005, hai scritto:
At 05:29 PM 7/31/2005 +0200, Vincenzo Di Massa wrote:
Is setuptools CVS going to work using python 2.3? After 25 of July it does not work anymore.
See also this post:
http://mail.python.org/pipermail/distutils-sig/2005-July/004850.html
and follow the instructions therein to make sure you have a correct checkout. The CVS version of setuptools won't work at all without the .egg-info directory from CVS.
Thank you for this info. Now I can install the cvs version. But there is still a problem that is not 2.3 related: if I use the setup.py with the --prefix option I get this error: Installing easy_install.py script to tmp2.4/bin error: tmp2.4/bin/easy_install.py: No such file or directory It works using ez_setup.py and the -d option. Is it safe to use the -d to build packages (deb) of setuptools? That is what I'm doing now... Thank you again. Vincenzo
Alle 18:31, domenica 31 luglio 2005, hai scritto:
At 05:29 PM 7/31/2005 +0200, Vincenzo Di Massa wrote:
Is setuptools CVS going to work using python 2.3? After 25 of July it does not work anymore.
See also this post:
http://mail.python.org/pipermail/distutils-sig/2005-July/004850.html
and follow the instructions therein to make sure you have a correct checkout. The CVS version of setuptools won't work at all without the .egg-info directory from CVS.
Thank you for this info. Now I can install the cvs version. But there is still a problem that is not 2.3 related: if I use the setup.py with the --prefix option I get this error: Installing easy_install.py script to tmp2.4/bin error: tmp2.4/bin/easy_install.py: No such file or directory It works using ez_setup.py and the -d option. Is it safe to use the -d to build packages (deb) of setuptools? That is what I'm doing now... Thank you again. Vincenzo
participants (2)
-
Phillip J. Eby
-
Vincenzo Di Massa