I think that the error is trying to tell you that you have the wrong version
of the FormEncode component. You have 0.6 in you OS environment, while your
project needs >= 0.7.1

Try upgrading via easy_install. I believe the command was easy_install -U
FormEncode

Regards,
Alaa Salman

On 8/10/07, Irish <[EMAIL PROTECTED]> wrote:
>
>
> I finally have a decent model and controllers setup, and everything
> works great in the tg-admin toolbox, but when I try to start the
> project, it just... dies.
>
> Now, this is a fresh install of both Ubuntu and turbogears 1.0.3.2
> I have gcc libc6-dev build-essential python-dev python-setuptools
> python-profiler installed and set up, and have this running on a few
> other machines, but this particular Ubuntu install isn't working.
> Anybody have any info based on my Traceback?
>
> ./start-hostile_takeover.py
> Traceback (most recent call last):
>   File "./start-hostile_takeover.py", line 3, in <module>
>     pkg_resources.require("TurboGears")
>   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626,
> in require
>     `platform` is an optional string specifying the name of the
> platform
>   File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 528,
> in resolve
>     plugin_projects = list(plugin_env)
> pkg_resources.VersionConflict: (FormEncode 0.6 (/usr/lib/python2.5/
> site-packages), Requirement.parse('FormEncode>=0.7.1'))
>
>
> >
>

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