Re: [Distutils] Setuptools for Python 2.5

2006-09-15 Thread Phillip J. Eby
At 09:14 PM 9/15/2006 +0100, Paul Moore wrote: >On 9/12/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote: >>At 10:19 PM 9/12/2006 +0100, Paul Moore wrote: >> >ez_setup won't install with Python 2.5c1 - presumably, because there >> >isn't a Python 2.5 egg available from the Cheeseshop. I'd have >> >expe

Re: [Distutils] Setuptools for Python 2.5

2006-09-15 Thread Paul Moore
On 9/12/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > At 10:19 PM 9/12/2006 +0100, Paul Moore wrote: > >ez_setup won't install with Python 2.5c1 - presumably, because there > >isn't a Python 2.5 egg available from the Cheeseshop. I'd have > >expected it to build from sources in the absence of a s

Re: [Distutils] distutils 101 question...

2006-09-15 Thread Phillip J. Eby
At 09:07 AM 9/15/2006 -0700, Venkat Bommakanti wrote: >Hi folks, > >On i686 Linux, I would like to place my python >modules as: >/src/py-modules/*.py >and use the cmd from : >...base_dir]$ python src/py-modules/setup.py > install --prefix=/usr FYI, this is not possibl

[Distutils] distutils 101 question...

2006-09-15 Thread Venkat Bommakanti
Hi folks, On i686 Linux, I would like to place my python modules as: /src/py-modules/*.py and use the cmd from : ...base_dir]$ python src/py-modules/setup.py install --prefix=/usr so the .py files and the corresponding compiled .pyc files are at: /usr/lib/python2