Hi Wyatt, thanks for the reply.

Yes, i've run so many fancy scripts as a part of the install process
i'm not totally sure what is installed (i don't like running scripts
when i'm not sure what they are doing, i prefer a step by step manual
install and a chance to understand what is happening, but i wont rant
now :p).

I grabbed a gzip snapshot from https://www.knowledgetap.com/hg/pylons-dev/
which looked like 0.9.7 final, as there is no download from
pylonshq.com (seems a bit odd). The "getting started" tutorial tells
you to checkout with Mercurial, but im not interested in that, i was
just after a source gzip. Looking at it again, maybe the "working from
source" part was optional, as i already have what appears to be a
pylons install in my pylons "python-env" -- in the form of
Pylons-0.9.7-py2.6.egg.

So if i already have Pylons-0.9.7-py2.6.egg then is that not the
version i should be using?

On Dec 16, 2:05 am, Wyatt Baldwin <[email protected]> wrote:
> 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.


Reply via email to