New version now uploaded.

:)

On Wed, Nov 19, 2008 at 7:10 PM, Jorge Vargas <[EMAIL PROTECTED]> wrote:
>
> Based on your input I upgraded the install instructions in svn (r5730
> & 5729) and Mark was going to upload the new docs so they will soon be
> available in the site. under
> http://turbogears.org/2.0/docs/main/Contributing.html#installing-the-development-version-of-turbogears-2-from-source
>
> On Tue, Nov 18, 2008 at 10:06 AM, Helio Pereira
> <[EMAIL PROTECTED]> wrote:
>>
>> You are right. I have done a new clean installation without Pylons or
>> other (except Elixir) and it work's like a charm. Here are all you
>> need to test:
>>
>> $ virtualenv --no-site-packages tg2env
>> New python executable in tg2env/bin/python
>> Installing setuptools............done.
>> $ source tg2env/bin/activate
>>
>> (tg2env)$ svn co http://svn.turbogears.org/trunk tg2
>> (tg2env)$ svn co http://svn.turbogears.org/projects/tg.devtools/trunk
>> tgdev
>> (tg2env)$ svn co http://svn.repoze.org/repoze.what/trunk/ repoze.what
>> (tg2env)$ svn co http://svn.repoze.org/repoze.what/plugins/sql/trunk
>> repoze.what.plugins.sql
>>
>> (tg2env)$ cd repoze.what
>> (tg2env)$ python setup.py develop
>> (tg2env)$ cd ../repoze.what.plugins.sql
>> (tg2env)$ python setup.py develop
>> (tg2env)$ cd ..
>>
>> (tg2env)$ svn diff tg2/
>> Index: tg2/setup.cfg
>> ===================================================================
>> --- tg2/setup.cfg       (revisão 5707)
>> +++ tg2/setup.cfg       (cópia de trabalho)
>> @@ -61,5 +61,5 @@
>>  # dotpath: /usr/local/bin/dot
>>
>>  [easy_install]
>> -index_url = http://turbogears.org/2.0/downloads/current/
>> +index_url = http://turbogears.org/2.0/downloads/current/index
>>
>> (tg2env)$ cd tg2
>> (tg2env)$ python setup.py develop
>> (tg2env)$ cd ../tgdev
>> (tg2env)$ python setup.py develop
>>
>>
>>
>> On 18 Nov, 13:30, "Jorge Vargas" <[EMAIL PROTECTED]> wrote:
>>> On Tue, Nov 18, 2008 at 6:57 AM, Helio Pereira<[EMAIL PROTECTED]> wrote:
>>>
>>> > Sorry this 2 posts but I have now a clean installation of tg2 from
>>> > subversion. I have changed th tg2/setup.py like you can see bellow
>>> > with all my commands to install tg2:
>>>
>>> Awesome thanks, I'll test this and see if I can convert it over to
>>> official docs so we can update the old from-svn-instructions.
>>>
>>>
>>>
>>> > $ virtualenv --no-site-packages tg2env
>>> > New python executable in tg2env/bin/python
>>> > Installing setuptools............done.
>>> > $ source tg2env/bin/activate
>>>
>>> > (tg2env)$ cd ../tmpsvn
>>> > (tg2env)$ hg clonehttp://pylonshq.com/hg/pylons-devPylons
>>> > (tg2env)$ cd Pylons
>>> > (tg2env)$ python setup.py develop
>>> > (tg2env)$ cd ..
>>>
>>> I believe you dont't need pylons trunk anymore, 0.9.7b3 should be enough.
>>>
>>> > # tg2 dependency ?
>>> > (tg2env)$ easy_install -Z zope.interface
>>> > (tg2env)$ easy_install -Z PasteScript==dev
>>> > (tg2env)$ easy_install -Z genshi
>>> > (tg2env)$ easy_install -Z toscawidgets
>>>
>>> I'm not sure why you are running those separate, they should be pulled
>>> in by tg's setup.py
>>>
>>> > (tg2env)$ svn cohttp://svn.turbogears.org/trunktg2
>>> > (tg2env)$ svn cohttp://svn.turbogears.org/projects/tg.devtools/trunk
>>> > tgdev
>>> > (tg2env)$ svn cohttp://svn.repoze.org/repoze.what/trunk/repoze.what
>>> > (tg2env)$ svn cohttp://svn.repoze.org/repoze.what/plugins/sql/trunk
>>> > repoze.what.plugins.sql
>>>
>>> > (tg2env)$ cd repoze.what
>>> > (tg2env)$ python setup.py develop
>>> > (tg2env)$ cd ../repoze.what.plugins.sql
>>> > (tg2env)$ python setup.py develop
>>> > (tg2env)$ cd ..
>>>
>>> > (tg2env)$ svn diff tg2/
>>> > Index: tg2/setup.cfg
>>> > ===================================================================
>>> > --- tg2/setup.cfg       (revisão 5707)
>>> > +++ tg2/setup.cfg       (cópia de trabalho)
>>> > @@ -61,5 +61,5 @@
>>> >  # dotpath: /usr/local/bin/dot
>>>
>>> >  [easy_install]
>>> > -index_url =http://turbogears.org/2.0/downloads/current/
>>> > +index_url =http://turbogears.org/2.0/downloads/current/index
>>>
>>> > (tg2env)$ cd tg2
>>> > (tg2env)$ python setup.py develop
>>> > (tg2env)$ cd ../tgdev
>>> > (tg2env)$ python setup.py develop
>>>
>>> > On 18 Nov, 10:46, Helio Pereira <[EMAIL PROTECTED]> wrote:
>>> >> Another thing :-P
>>>
>>> >> I have Pylons installed from mercury and tg2 dependency don't like it:
>>>
>>> >> $ python -c "import pylons; print pylons.__version__"
>>> >> 0.9.7dev-20081118
>>>
>>> >> """
>>> >> Processing dependencies for TurboGears2==1.9.7b1dev-r5691
>>> >> Searching for Pylons>=0.9.7beta3
>>> >> Readinghttp://turbogears.org/2.0/downloads/current/Pylons/
>>> >> Couldn't retrieve index page for 'Pylons'
>>> >> Scanning index of all packages (this may take a while)
>>> >> Readinghttp://turbogears.org/2.0/downloads/current/
>>> >> No local packages or download links found for Pylons>=0.9.7beta3
>>> >> error: Could not find suitable distribution for Requirement.parse
>>> >> ('Pylons>=0.9.7beta3')
>>> >> """
>>>
>>> >> On 18 Nov, 10:39, Helio Pereira <[EMAIL PROTECTED]> wrote:
>>>
>>> >> > I'm having problems with sqlalchemy dependency like you can see
>>> >> > bellow. I think its the name "0.5.0beta3" in the site and not
>>> >> > "0.5beta3" in the dependency  "SQLAlchemy>=0.5beta3"
>>>
>>> >> > """
>>> >> > Processing dependencies for TurboGears2==1.9.7b1dev-r5691
>>> >> > Searching for SQLAlchemy>=0.5beta3
>>> >> > Readinghttp://turbogears.org/2.0/downloads/current/SQLAlchemy/
>>> >> > Couldn't find index page for 'SQLAlchemy' (maybe misspelled?)
>>> >> > Scanning index of all packages (this may take a while)
>>> >> > Readinghttp://turbogears.org/2.0/downloads/current/
>>> >> > No local packages or download links found for SQLAlchemy>=0.5beta3
>>> >> > error: Could not find suitable distribution for Requirement.parse
>>> >> > ('SQLAlchemy>=0.5beta3')
>>> >> > """
>>>
>>> >> > On 17 Nov, 16:52, "Mark Ramm" <[EMAIL PROTECTED]> wrote:
>>>
>>> >> > > > On Monday November 17, 2008 17:19:24 Mark Ramm wrote:
>>> >> > > >> We still have to add that to the online repository, I'll take 
>>> >> > > >> care of
>>> >> > > >> that right away.
>>>
>>> >> > > > It's already in the repository, I think we just need to update 
>>> >> > > > this:
>>> >> > > >http://www.turbogears.org/2.0/downloads/current/index/
>>>
>>> >> > > Yea, that's what I fund.   Website index is updated now.
>>>
>>> >> > > I need to make a /trunk/index for SVN install or something, current 
>>> >> > > is
>>> >> > > still designed to be for the existing "stable" release.
>>>
>>> >> > > --Mark Ramm
>> >
>>
>
> >
>



-- 
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog

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