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.