On Tue, Dec 16, 2008 at 4:54 PM, Christopher Arndt <[email protected]> wrote:
>
> Daniel Fetchinson schrieb:
>>> We now have a styled login box... Please test.
>>
>> Hi Florent, I wanted to take a look at it so 'svn up'-ed my tg-1.5
>> directory, then installed a virtualenv, tried to install tg from the
>> tg-1.5 directory using python from the virtualenv, but
>>
>> /path/to/virtualenv/bin/python setup.py install
>>
>> failed with
>>
>> Searching for PEAK-Rules==0.5a1.dev-r2569
>> Reading http://pypi.python.org/simple/PEAK-Rules/
>> No local packages or download links found for PEAK-Rules==0.5a1.dev-r2569
>> error: Could not find suitable distribution for
>> Requirement.parse('PEAK-Rules==0.5a1.dev-r2569')
>>
>> Anything I did wrong?
>
> I think he was referring to the quickstart templates for tg2.
>
> BTW, current trunk requires repoze.who 1.0.8, but there is not egg for
> it on http://www.turbogears.org/2.0/downloads/current/index/. It should
> be either mentioned in the docs for running the svn version, that you
> need to checkout repoze.who and "setup.yp develop" it, or we should
> upload a new egg to the index.
>
yes actually that is on pypi so if you delete the easy_install line
from setup.cfg it should pick up the real package. I think we should
bug Mark to add the package to the index, after all release will be
very shortly so the docs will probably be updated when the change is
no longer needed.

as for the [easy_install] section I think we should get rid of it, I
don't like it how it forces the index on you without knowing. I have
been reading up on pip lately because there has been a couple of blog
posts around maybe we should move there and be done with this issue,
although we'll need someone to make sure pip works on windows.

> Chris
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to