Re: Ubuntu 7.04 and Pylons

2007-09-13 Thread Cesco
Thanks, this was the solution ;-) For me particular case this is the line a used: ln -s /usr/lib/python2.5/site-packages/PasteScript-1.3.6dev_r6893- py2.5.egg/EGG-INFO/scripts/paster /usr/local/bin/paster On Sep 12, 2:31 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: you just need to make a

Re: Ubuntu 7.04 and Pylons

2007-09-12 Thread MarshP
everyone, I have being trying to install Pylons 0.9.6rc2 on ubuntu 7.04 failing at every attempt. I have tried many different things, but regardless of that, if a follow the simple instructions on pylonshq I get this: sudo easy_install Pylons==0.9.6rc2 No errors, so I assume

Re: Ubuntu 7.04 and Pylons

2007-09-12 Thread [EMAIL PROTECTED]
I had this error message some months ago. and if I recall well I forgot to install python-devel. Perhaps you might check this. Ruben --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to

Re: Ubuntu 7.04 and Pylons

2007-09-12 Thread [EMAIL PROTECTED]
you just need to make a symlink of /usr/local/bin/paster to point to your easy_install version in the python lib directory. something like this: ln -s /usr/local/lib/python/paster /usr/local/bin/paster On Sep 12, 10:03 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I had this error message

Ubuntu 7.04 and Pylons

2007-09-08 Thread Cesco
Hi everyone, I have being trying to install Pylons 0.9.6rc2 on ubuntu 7.04 failing at every attempt. I have tried many different things, but regardless of that, if a follow the simple instructions on pylonshq I get this: sudo easy_install Pylons==0.9.6rc2 No errors, so I assume it installs

Re: Ubuntu 7.04 and Pylons

2007-09-08 Thread Gabriel Gellner
Have you tried installing rc3? That is what I am happily using in Feisty. do: $ easy_install -U 'Pylons=0.9.6rc3' Gabriel On Sat, Sep 08, 2007 at 08:09:00PM -, Cesco wrote: Hi everyone, I have being trying to install Pylons 0.9.6rc2 on ubuntu 7.04 failing at every attempt. I have

Re: Ubuntu 7.04 and Pylons

2007-09-08 Thread Cesco
] wrote: Have you tried installing rc3? That is what I am happily using in Feisty. do: $ easy_install -U 'Pylons=0.9.6rc3' Gabriel On Sat, Sep 08, 2007 at 08:09:00PM -, Cesco wrote: Hi everyone, I have being trying to install Pylons 0.9.6rc2 on ubuntu 7.04 failing at every attempt