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
> then
> pserve development.ini
>
> all is fine, but it only works because in python2.7/site-packages there
> is now a file foo.egg-link which contain the path back to where the app is.
> if I remove that file, then i get:
> ...
> pkg_resources.DistributionNotFound: foo
>
> the only way to have it working again is by
> setting PYTHONPATH to where the app is.
>
> so my question is:
> is there some magic so that i can 'tell' pcerve to iadd the current
> directory
> to it's search path?
>
> thanks,
> danny
>
>
> --
> 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.
>
--
Bruno Binet
Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex
Mail : [email protected]
http://www.camptocamp.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.