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