> On Thu, May 31, 2012 at 9:15 AM, Eric Lemoine
> <[email protected]> wrote:
> > On Thu, May 31, 2012 at 4:57 PM, Bruno Binet <[email protected]>= 
> > wrote:
> >> On 31 May 2012 14:25, Daniel Braniss <[email protected]> wrote:
> >>> Hi,
> >>> I'm trying out pyramid 1.3, and after running
> >>>        pcreate -s starter foo
> >>> then
> >>>        python setup.py
> >>> 
> >> I think this should be:
> >>          python setup.py develop
> >
> > That's indeed what's documented:
> > <http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/project.html#installing-your-newly-created-project-for-development>.

yup, error in copy-haste :-)

> > This was different with Pyramid < 1.3 and Paste.
> > The reason it doesn't work is that Python can't find the foo.egg_info
> > metadata, which it needs in order to load the application in
> > [app:main]. The installation step puts the egg_info in the Python
> > path.
> 
> It was always this way, so I don't understand the part about something
> changing with Python 1.3. Pserve is a port of "paster serve", with
> little difference in the code.

well, it does work with Pyramid 1.2, and not with 1.3 with the same python 
(2.7.3)
so there must be a change in Pyamid 1.3, or paster/pserve.
The issue is not critical (since as I mentioned the fix via PYTHONPATH)
but is annoying.

thanks,
        danny
> 
> 
> -- 
> Mike Orr <[email protected]>


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