Thanks for trying the unstable release, it is an appreciated effort to
find possible issues before the release.

Regarding your issue the most possible reason is that you have some
installed package that requires repoze.who < 2, are you sure you
started with a clean up environment and project?

I created a clean project in a clean environment and things seem to
work correctly:

virtualenv --no-site-packages tg20120607
. tg20120607/bin/activate
easy_install -i http://unstable.tg.gy/20120607/index/ tg.devtools
easy_install -i http://unstable.tg.gy/20120607/index/ tgext.admin
paster quickstart testbeta
cd testbeta; python setup.py develop
paster setup-app development.ini
paster serve development.ini --reload

On Sun, Jun 10, 2012 at 5:48 PM, Panjie Setiawan Wicaksono
<[email protected]> wrote:
> Hi All,
> I'm trying to use Unstable Release 20120607,
> install it as usual, when trying to start Paster Server, it gave me error:
>
> <pre>
> (TurboEnv)panjiesw@Blangszutbuntu:~/TurboEnv/tgcms$ paster serve
> development.ini
> Traceback (most recent call last):
>   File "/home/panjiesw/TurboEnv/bin/paster", line 8, in <module>
>     load_entry_point('PasteScript==1.7.5', 'console_scripts', 'paster')()
>   File
> "/home/panjiesw/TurboEnv/local/lib/python2.7/site-packages/paste/script/command.py",
> line 93, in run
>     commands = get_commands()
>   File
> "/home/panjiesw/TurboEnv/local/lib/python2.7/site-packages/paste/script/command.py",
> line 135, in get_commands
>     plugins = pluginlib.resolve_plugins(plugins)
>   File
> "/home/panjiesw/TurboEnv/local/lib/python2.7/site-packages/paste/script/pluginlib.py",
> line 82, in resolve_plugins
>     pkg_resources.require(plugin)
>   File
> "/home/panjiesw/TurboEnv/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 666, in require
>   File
> "/home/panjiesw/TurboEnv/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py",
> line 569, in resolve
> pkg_resources.VersionConflict: (repoze.who 2.0
> (/home/panjiesw/TurboEnv/lib/python2.7/site-packages/repoze.who-2.0-py2.7.egg),
> Requirement.parse('repoze.who>=1.0,<2.0dev'))
> </pre>
>
> what am i doing wrong?
> is it bug?
>
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears Trunk" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/turbogears-trunk/-/iGIovrukNGsJ.
> 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.

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