Phillip J. Eby wrote:
> Lee McFadden wrote:
> > pkg_resources.VersionConflict: (TurboGears 0.9a0dev-r223
> > (c:\svn\turbogears), Re
> > quirement.parse('TurboGears>=0.9a0'))
> >
> > --/Traceback--
> >
> > It looks like setuptools isn't recognising the fact that 0.9a0dev-r223
> > > 0.9a0.
>
> That's because 'dev' is a pre-release tag, not a post-release tag.
> 0.9a0dev means "the 'dev' pre-release of 0.9a0". Thus, if you want to
> include all dev releases in your requirement, you need to say
> "TurboGears>=0.9a0dev"
>
I've got the same problem.
I've "grep" all files with "0.9a0" and dont find what to change.
Can you just explain what we have to modify to "to say
TurboGears>=0.9a0dev" ?
Where is the file to modify ?
Thanks