4 messages in com.googlegroups.pylons-discussInstallation problems
FromSent OnAttachments
Calder28 May 2007 11:56 
Shannon -jj Behrens28 May 2007 12:52 
Calder28 May 2007 13:07 
Shannon -jj Behrens28 May 2007 14:18 
Subject:Installation problems
From:Calder (ccoa@public.gmane.org)
Date:05/28/2007 11:56:08 AM
List:com.googlegroups.pylons-discuss

Hi,

I'm new to Pylon, and I just installed it using easy_install. It said it installed successfully, but when I start the first tutorial and type: paster create --template=pylons helloworld I get the following error:

Traceback (most recent call last): File "/usr/local/bin/paster", line 7, in ? sys.exit( File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/PasteScript-0.9.7-py2.4.egg/paste/script/ command.py", line 76, in run invoke(command, command_name, options, args[1:]) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/PasteScript-0.9.7-py2.4.egg/paste/script/ command.py", line 115, in invoke exit_code = runner.run(args) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/PasteScript-0.9.7-py2.4.egg/paste/script/ command.py", line 210, in run result = self.command() File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/PasteScript-0.9.7-py2.4.egg/paste/script/ create_distro.py", line 69, in command self.extend_templates(templates, tmpl_name) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/PasteScript-0.9.7-py2.4.egg/paste/script/ create_distro.py", line 222, in extend_templates tmpl = entry.load()(entry.name) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 1829, in load if require: self.require(env, installer) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 1842, in require

working_set.resolve(self.dist.requires(self.extras),env,installer)) File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ python2.4/site-packages/setuptools-0.6c5-py2.4.egg/pkg_resources.py", line 487, in resolve raise VersionConflict(dist,req) # XXX put more info here pkg_resources.VersionConflict: (PasteScript 0.9.7 (/Library/Frameworks/ Python.framework/Versions/2.4/lib/python2.4/site-packages/ PasteScript-0.9.7-py2.4.egg), Requirement.parse('PasteScript>=1.3.2'))

Thanks in advance for any help!