Hi,
I'm trying out pyramid 1.3, and after running
        pcreate -s starter foo
then
        python setup.py
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.

Reply via email to