On Fri, Feb 13, 2009 at 1:43 PM, Timur Izhbulatov <[email protected]> wrote:
>
> 2009/2/13 jorge.vargas <[email protected]>:
>>
>> On Fri, Feb 13, 2009 at 1:17 PM, Timur Izhbulatov <[email protected]> wrote:
>>>
>>> Hello Jorge!
>>>
>> hi Timur, Thanks for testing this.
>>
>> it is indeed a bug in setuptools with svn 1.5
>>
>> easy_install -U setuptools will fix it for you.
>> so yea nothing to do with this change :)
>
> Thanks, Jorge. Updating setuptools helps, but now I get this output:
>
> (tgtrunk)ti...@tizhbulatov:~/tgtrunk$ pushd tg && python setup.py develop ; 
> popd
> ~/tgtrunk/tg ~/tgtrunk
> running develop
> running egg_info
> writing requirements to TurboGears2.egg-info/requires.txt
> writing TurboGears2.egg-info/PKG-INFO
> writing top-level names to TurboGears2.egg-info/top_level.txt
> writing dependency_links to TurboGears2.egg-info/dependency_links.txt
> writing entry points to TurboGears2.egg-info/entry_points.txt
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'paver-minilib.zip'
> writing manifest file 'TurboGears2.egg-info/SOURCES.txt'
> running build_ext
> Creating /home/timur/tgtrunk/lib/python2.5/site-packages/TurboGears2.egg-link
> (link to .)
> Adding TurboGears2 2.0b6dev-r6289 to easy-install.pth file
>
> Installed /home/timur/tgtrunk/tg
> Processing dependencies for TurboGears2==2.0b6dev-r6289
> Searching for repoze.what-pylons>=1.0b2
> Reading http://turbogears.org/2.0/downloads/current/index/repoze.what-pylons/
> Couldn't find index page for 'repoze.what-pylons' (maybe misspelled?)
> Scanning index of all packages (this may take a while)
> Reading http://turbogears.org/2.0/downloads/current/index/
> No local packages or download links found for repoze.what-pylons>=1.0b2
> error: Could not find suitable distribution for
> Requirement.parse('repoze.what-pylons>=1.0b2')
> ~/tgtrunk
>
This is because trunk's index is for b5 not b6,

if you temporally delete

[easy_install]
index_url = http://turbogears.org/2.0/downloads/current/index/

from /tg.devtools/setup.cfg

then
$ easy_install repoze.what-pylons

then revert the delete it will all be fine :)

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