On 5/28/07, Calder <[EMAIL PROTECTED]> wrote:
> 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!

Did you try "easy_install -U PasteScript"?  Hmm, this sounds
familiar--it may be in the archives.

-jj

-- 
http://jjinux.blogspot.com/

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

Reply via email to