On Tuesday, September 07, 2010 11:32:31 pipoun wrote:
> Hey eka,
>
> If I look at the following lines:
> > Running /usr/bin/python setup.py egg_info
> > Traceback (most recent call last):
> > File "/usr/bin/paster", line 8, in <module>
> > load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')
>
> It seems that python and paster are not called from your virtual env.
>
> I have met a similar error in the past.
> Once I had easy_installed TG, I had to deactivate then activate again
> in order that the paster command line links to the good one (which is
> the paster in your virtualenv folder)
>
> I hope it could help. As michael said, everything should be
> straightforward. You shouldn't see a 404 nor having to manually
> install some python packages.
The 404 comes from having the wrong Pylons installed. And the above indicates
that the OP used root (always a bad idea) to install TG & polluted his system-
python with eggs which shouldn't be there.
So please first clean up the system python's site-packages, removing all eggs
that don't belong there - it might help to look at the dates they got
installed to determine these.
Then, re-install the venv (and don't ever use root for that....)
Diez
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.