On Thu, 21 Feb 2008 13:55:25 -0500
"D'Arcy J.M. Cain" <[EMAIL PROTECTED]> wrote:
> I tried searching the archives for information on this but nothing
> seemed to be germane.  I am running Python sripts as CGI under Apache
> and I have a .pth file in site-packages that includes directory that
> has another .pth in it.  Sometimes it picks up the paths in the
> second .pth and sometimes it does not.  It always seems to work if I am
> working in a location not in the ServerRoot but if I use the main site
> it does not pick up the directories in the included .pth.

I have more information now.  It seems that it recurses the .pth files
it finds in PYTHONPATH but not for directories found in the .pth files
in site-packages.  Is this expected behaviour?  The documentation
suggests that it should pick up both.

-- 
D'Arcy J.M. Cain <[EMAIL PROTECTED]>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to