6 messages in com.googlegroups.pylons-discussRe: paster has a PasteScript error here
FromSent OnAttachments
Martin Kaffanke19 Oct 2006 08:18 
Rick Flosi19 Oct 2006 08:37 
Martin Kaffanke19 Oct 2006 09:47 
Martin Kaffanke19 Oct 2006 10:24 
Ian Bicking19 Oct 2006 10:30 
Martin Kaffanke19 Oct 2006 10:36 
Subject:Re: paster has a PasteScript error here
From:Martin Kaffanke (tech@public.gmane.org)
Date:10/19/2006 10:36:55 AM
List:com.googlegroups.pylons-discuss

Am Donnerstag, den 19.10.2006, 12:30 -0500 schrieb Ian Bicking:

In this case /usr/local/bin/paster had been created using PasteScript 0.9.7. Then you installed a different version of PasteScript, but maybe the paster script from that installation was put elsewhere, or maybe there was a permission denied for writing that script. So the script was bound to 0.9.7, and it wasn't around.

You might try: easy_install -U PasteScript

And make sure that /usr/local/bin/paster is overwritten as part of that; if it's not something went wrong, or some installation configuration has changed.

Thats wired... but I got it working. the paster script is in /usr/bin here, but a /usr/local/bin/ paster script existed too. so now I removed that and I'm using the /usr/bin one, and it works.

Thanks, Martin