Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread lilinspace
I ran ./configure again and installed python 2.5. I then ran sh setuptools-0.6c8-py2.5.egg followed by easy_install-2.5 Pylons and it worked. Thank you Mike. -Lili --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread Mike Orr
On Tue, May 20, 2008 at 10:35 PM, lilinspace <[EMAIL PROTECTED]> wrote: > > The python 2.4 came with my centos distribution (/usr/lib/) but I had > to build and install python 2.5 myself which got installed in (/usr/ > local/lib). I don't have a PYTHONPATH specified. > > > I have already tried ru

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread lilinspace
the /usr/bin/python is pointing to the right python. i.e. python2.5. Unfortunately, I don't have a choice on using python 2.5 ...it is required by pysvn, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "pylons-discu

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread lilinspace
The python 2.4 came with my centos distribution (/usr/lib/) but I had to build and install python 2.5 myself which got installed in (/usr/ local/lib). I don't have a PYTHONPATH specified. I have already tried running sh setuptools-0.6c8-py2.5.egg and this is the error message I got: Tracebac

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread Dalius Dobravolskas
lilinspace wrote: > II had pylons working with python 2.4 but now I have upgraded to > python 2.5. I tried running Based on your description "upgrade" means "I have installed python 2.5 version and expect it to be working magically". You must check where /usr/bin/python points to (it is symbol

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread Mike Orr
On Tue, May 20, 2008 at 10:01 PM, lilinspace <[EMAIL PROTECTED]> wrote: > > > I tried /usr/local/bin/python2.5 easy_install Pylons as suggested but > I got the following error. > > Traceback (most recent call last): > File "easy_install", line 5, in >from pkg_resources import load_entry_poin

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread lilinspace
I tried /usr/local/bin/python2.5 easy_install Pylons as suggested but I got the following error. Traceback (most recent call last): File "easy_install", line 5, in from pkg_resources import load_entry_point ImportError: No module named pkg_resources I also tried /usr/local/bin/python2.

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread Cliff Wells
On Tue, 2008-05-20 at 16:24 -0700, lilinspace wrote: > II had pylons working with python 2.4 but now I have upgraded to > python 2.5. I tried running > > easy_install Pylons==0.9.6.1 easy_install hardcodes the path in the shebang line. If 2.5 is installed as /usr/bin/python2.5, try running /

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread Noah Gift
> > I don´t know how this is handled in gentoo, but in debian, there´s > easy-install-2.4 and easy-install-2.5 You should also just use virtualenv: http://pypi.python.org/pypi/virtualenv > []´s > - Walter > > > > --~--~-~--~~~---~--~~ You received this message

Re: Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread Walter Cruz
On Tue, May 20, 2008 at 8:24 PM, lilinspace <[EMAIL PROTECTED]> wrote: > > II had pylons working with python 2.4 but now I have upgraded to > python 2.5. I tried running > > easy_install Pylons==0.9.6.1 > > but it keeps telling me that > > Searching for Pylons==0.9.6.1 > Best match: Pylons 0.9.6.1

Upgraded to python 2.5 on centos but cannot get pylons

2008-05-20 Thread lilinspace
II had pylons working with python 2.4 but now I have upgraded to python 2.5. I tried running easy_install Pylons==0.9.6.1 but it keeps telling me that Searching for Pylons==0.9.6.1 Best match: Pylons 0.9.6.1 Processing Pylons-0.9.6.1-py2.4.egg Pylons 0.9.6.1 is already the active version in ea