On 3/28/07, wheresdave <[EMAIL PROTECTED]> wrote:
>
> Hi all, I am running python 2.4.4 on winXp and get the following error
> when trying to use tg-admin quickstart.

Hi Dave,

> C:\Python24\Scripts>tg-admin quickstart

[...]

>     raise DistributionNotFound(req)  # XXX put more info here
> pkg_resources.DistributionNotFound: FormEncode>=0.5.1
>
> If anyone has any ideas i am open to them, as I would like to try and
> start learning turbogears. It is a real pain that neither django nor
> turbogears will run correctly but ROR runs just fine.

Hehehe, you know how to talk to TurboGears people it seems :)

You seem to miss FormEncode (either completely or at least the good version)

could you try this at a cmd prompt:

C:\Python24\Scripts\easy_install "FormEncode>=0.5.1"

If you have internet access it should just install FormEncode. The
problem is that you may be missing other things... did you use
http://www.turbogears.org/download/tgsetup.py
to install turbogears ?

If not I suggest you use this script in order to get all dependencies
installed properly.

In any case feel free to ask any questions here: we are a bunch of
people who like helping out people who try TG :)

Regards,
Florent.

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