Hi Elvelind,
I have been following this bug closely. Rather than the change you have
made to __init__.py I have a suggestion that could probably be better
(I mean more permanent). Haven;t tested it out though, would like to
hear your thoughts.
If we re-examine the issue, the problem is that quickstart uses the
turbogears version that has been defined in __init__.py rather than
the current distribution.
In line 83 of quickstart.py we could change the turbogearsversion that
is passed in from self.turbogearsversion to :
pkg_resources.get_distribution("turbogears").version.
This will ensure that the latest installed version is used. Would that
be ok?
Note : I am assuming that the cmd_arg turbogearsversion is meant to
specify the turbogears version in the 'requires' file. Just shooting in
the dark here. I don't claim great familiarity with setuptools and the
paste template stuff.
Deepak
Elvelind Grandin wrote:
the svn is updated to use 0.9a0dev instead now.
On 11/20/05, william <[EMAIL PROTECTED]> wrote:
Thanks Phillip.
For people having the same problem as me, here after the solution ;-).
I've generated (tg-admin quickstart) a project with old TG revision.
To adapt it with the new TG version (from svn), you mut update one file
generted by quickstart: <projectname>.egg-info/requires.txt.
I've put there: TurboGears >= 0.9a0dev
And it works ;-).
--
cheers
elvelind grandin