On Wednesday 05 November 2008 13:22:36 enrico secco wrote:
> Hi people,
> because of my unresolved problem with the login/redirect documented in
> http://groups.google.it/group/turbogears/t/32d4f50b7f8ea609
> I'm trying to re-install completely to test if something was uncorrect
> in the installation process.
> The first installation was a 1.06 version that I did upgrade to 1.07.
> Now I try to install 1.07 directly and all sems to go but when I try
> to create a project I recive the error:
> [EMAIL PROTECTED]:~/sviluppo# tg-admin quickstart
> Traceback (most recent call last):
>   File "/usr/local/bin/tg-admin", line 5, in <module>
>     from pkg_resources import load_entry_point
>   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2565,
> in <module>
>     parse_requirements(__requires__), Environment()
>   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524,
> in resolve
>     raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: TurboGears==1.0.6
>
> Question: to install the 1.07 is necessary 1.06 to be already
> installed?

No. But you should definitely install into a virtualenv instead of your 
system-path. Because that will otherwise very likely create version-conflicts 
as above.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to