Re: Problems after installing 0.9.7 from 0.9.6

2009-02-25 Thread Frank Henard

Thanks so much for your responses!  I deleted the /usr/bin/paste
script which got me past the problem.

Thanks again!

On Feb 24, 10:28 pm, Arun Tomar tomar.a...@gmail.com wrote:
 hi!
 Frank

 On Wed, Feb 25, 2009 at 7:51 AM, Frank Henard fdhen...@yahoo.com wrote:

  Hello,

  I installed pylons 0.9.6 with easy_install and now I'm trying to
  install 0.9.7 with the go-pylons approach in the documentation.  I'm
  getting pkg_resources.DistributionNotFound errors.  I have tried
  cleaning up the install from 0.9.6 by deleting .eggs from site-
  packages, but I'm still getting the error
  pkg_resources.DistributionNotFound: PasteScript==1.7.3

 I don't know which OS you are using. But if you are on linux  want to
 do a system wide install of pylons 0.9.7 then the better way is to
 upgrade from the 0.9.6.

 easy_install -U pylons

 will upgrade the pylons to the latest version. If the sqlalchemy is
 not upgrade to the latest version 0.5.2 by default then you may need
 to run the following command.

 easy_install -U sqlalchemy

  Can anyone tell me how to get pylons going again?

  Thanks,
  Frank

 --
 Regards,
 Arun Tomar
 blog:http://linuxguy.in
 website:http://www.solutionenterprises.co.in
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Problems after installing 0.9.7 from 0.9.6

2009-02-25 Thread Wyatt Baldwin

On Feb 25, 4:49 am, Frank Henard fdhen...@yahoo.com wrote:
 Thanks so much for your responses!  I deleted the /usr/bin/paste
 script which got me past the problem.

I doubt you really want to delete /usr/bin/paste. That's a system
utility that may be used by other system utilities. It shouldn't be
relevant to whatever problem you're having with Pylons. It's likely
that something else you did is what really got you past the problem.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Problems after installing 0.9.7 from 0.9.6

2009-02-25 Thread Mike Orr

On Wed, Feb 25, 2009 at 11:18 AM, Wyatt Baldwin
wyatt.lee.bald...@gmail.com wrote:

 On Feb 25, 4:49 am, Frank Henard fdhen...@yahoo.com wrote:
 Thanks so much for your responses!  I deleted the /usr/bin/paste
 script which got me past the problem.

 I doubt you really want to delete /usr/bin/paste.

Hopefully he meant /usr/bin/paster .  'paste' is a standard Unix text utility.

I didn't follow this thread closely, but if Fred has /usr/bin/paster
he should probably uninstall the OS package it belongs to.  That would
avoid potential interference and version skew between the system
paster and the one in the virtualenv.

-- 
Mike Orr sluggos...@gmail.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Problems after installing 0.9.7 from 0.9.6

2009-02-24 Thread Frank Henard

Hello,

I installed pylons 0.9.6 with easy_install and now I'm trying to
install 0.9.7 with the go-pylons approach in the documentation.  I'm
getting pkg_resources.DistributionNotFound errors.  I have tried
cleaning up the install from 0.9.6 by deleting .eggs from site-
packages, but I'm still getting the error
pkg_resources.DistributionNotFound: PasteScript==1.7.3

Can anyone tell me how to get pylons going again?

Thanks,
Frank

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Problems after installing 0.9.7 from 0.9.6

2009-02-24 Thread Philip Jenvey


On Feb 24, 2009, at 6:21 PM, Frank Henard wrote:


 Hello,

 I installed pylons 0.9.6 with easy_install and now I'm trying to
 install 0.9.7 with the go-pylons approach in the documentation.  I'm
 getting pkg_resources.DistributionNotFound errors.  I have tried
 cleaning up the install from 0.9.6 by deleting .eggs from site-
 packages, but I'm still getting the error
 pkg_resources.DistributionNotFound: PasteScript==1.7.3

 Can anyone tell me how to get pylons going again?


I'm not sure why this happened, but it's likely you'd avoid it by  
passing --no-site-packages to virtualenv.

To track it down we'd have to know what you had installed in global  
site-packages before running go-pylons, and maybe what go-pylons ended  
up installing (or not installing).

--
Philip Jenvey

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Problems after installing 0.9.7 from 0.9.6

2009-02-24 Thread Arun Tomar

hi!
Frank

On Wed, Feb 25, 2009 at 7:51 AM, Frank Henard fdhen...@yahoo.com wrote:

 Hello,

 I installed pylons 0.9.6 with easy_install and now I'm trying to
 install 0.9.7 with the go-pylons approach in the documentation.  I'm
 getting pkg_resources.DistributionNotFound errors.  I have tried
 cleaning up the install from 0.9.6 by deleting .eggs from site-
 packages, but I'm still getting the error
 pkg_resources.DistributionNotFound: PasteScript==1.7.3


I don't know which OS you are using. But if you are on linux  want to
do a system wide install of pylons 0.9.7 then the better way is to
upgrade from the 0.9.6.

easy_install -U pylons

will upgrade the pylons to the latest version. If the sqlalchemy is
not upgrade to the latest version 0.5.2 by default then you may need
to run the following command.

easy_install -U sqlalchemy


 Can anyone tell me how to get pylons going again?

 Thanks,
 Frank

-- 
Regards,
Arun Tomar
blog: http://linuxguy.in
website: http://www.solutionenterprises.co.in

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---