Pylons 0.9.7dev* is considered to be a lower version than Pylons 0.9.7 by setuptools.
Looks like you installed the latest dev version (?), though I'm curious why the dev version isn't 0.9.8dev. So, you could `easy_install -U Pylons==0.9.7` to get the correct version or, if you're feeling adventurous, you could hack the "hello, world" setup.py to specify the version of Pylons that you have installed. On Dec 15, 3:49 pm, phatfish <[email protected]> wrote: > Hi all, > > I'm attempting to get pylons running the helloworld application from > the install page. When i try to start the server i get a version > conflict of some sort. It appears to tell me that i need > "Pylons>=0.9.7", which... i do? > > My stack trace bellow (... is just me truncating my full path for > readability), thanks! > > (pylons-env)[ch...@mylo ~.../pylons/helloworld]$ paster serve --reload > development.ini > Traceback (most recent call last): > File ".../pylons-env/bin/paster", line 8, in <module> > load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster') > () > File ".../pylons-env/lib/python2.6/site-packages/PasteScript-1.7.3- > py2.6.egg/paste/script/command.py", line 73, in run > commands = get_commands() > File ".../pylons-env/lib/python2.6/site-packages/PasteScript-1.7.3- > py2.6.egg/paste/script/command.py", line 115, in get_commands > plugins = pluginlib.resolve_plugins(plugins) > File ".../pylons-env/lib/python2.6/site-packages/PasteScript-1.7.3- > py2.6.egg/paste/script/pluginlib.py", line 81, in resolve_plugins > pkg_resources.require(plugin) > File ".../pylons-env/lib/python2.6/site-packages/setuptools-0.6c9- > py2.6.egg/pkg_resources.py", line 626, in require > File ".../pylons-env/lib/python2.6/site-packages/setuptools-0.6c9- > py2.6.egg/pkg_resources.py", line 528, in resolve > pkg_resources.VersionConflict: (Pylons 0.9.7dev-20091215 (.../script/ > pylons), Requirement.parse('Pylons>=0.9.7')) -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
