On Jan 3, 2007, at 7:11 AM, Jorge Vargas wrote:


On 1/3/07, Glenn Davy <[EMAIL PROTECTED]> wrote:

On Wed, 2007-01-03 at 00:13 -0400, Jorge Vargas wrote:
> On 1/2/07, glenn <[EMAIL PROTECTED]> wrote:
> >
> > hi all...
> > Ive done and svn switch, and that seems fine, however when I "python
> > ./setup.py install" I eventually get this:
> >
> > Installed /usr/lib/python2.4/site-packages/TurboGears-1.1a0- py2.4.egg
> > Processing dependencies for TurboGears==1.1a0
> > Searching for FormEncode==dev,>=0.6.1dev-r2135
> > Reading http://www.turbogears.org/preview/download/index.html
> > Reading http://peak.telecommunity.com/snapshots
> > Reading http://www.python.org/pypi/FormEncode/
> > Reading http://formencode.org
> > Reading http://www.python.org/pypi/FormEncode/0.6
> > No local packages or download links found for
> > FormEncode==dev,>=0.6.1dev-r2135
> > error: Could not find suitable distribution for
> > Requirement.parse('FormEncode==dev,>=0.6.1dev-r2135')
> >
> > Is this something I can resolve at my end, or that im doing wrong?
> >
> this is a product of http://trac.turbogears.org/changeset/2249
>

I switch over to my dev machine and this is happening here too. lets
see what Alberto has to say about it.

ok that ==dev seems odd there shouldn't it be something like
FormEncode>=0.6.1dev either way I believe that it's a problem in how
it's asking for that dep.

The trunk requires FormeEncode 0.6.1 for the i18n work on validators Gregor Horvath has done. However, 0.6.1 is not released yet so that's why the requirement has that "dev" in it.

It not a typo but SetupTools syntax... It's not working yet because a link needs to appear at http://turbogears.org/download for this to work automatically which isn't there ATM. I'll try to get it there as soon as I've got a chance... For the time being you can install FormEncode from trunk by:

easy_install -U http://svn.formencode.org/FormEncode/trunk/

Alberto

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