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


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