I solved this.. it's because the package repoze.who_testutil-1.0.1 that comes with tg installer has dependency 'repoze.who>=1.0,<2.0dev', maybe the devs should check this.. i just removed the <2.0dev part, of course that's the source of my problem. now i haven't experienced any other problem yet with 20120607 release. i really am looking forward to the release of 2.2! :) In fact i almost finish my blog app with 20120607 and still wondering whether i should wait for the 2.2 released before i'll publish my blog app. i appreciate the dev team for this great work :D
On Friday, June 15, 2012 3:42:28 AM UTC+7, [email protected] wrote: > > 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 view this discussion on the web visit https://groups.google.com/d/msg/turbogears-trunk/-/koSMZ30pnPYJ. 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.
