Message267

Author glyph
Recipients glyph, pje, zooko
Date 2009-04-03.21:45:35
Content
> But do you process 'import' lines in the .pth files?

Yes.

  glyph@illidan:~$ echo 'import sys; print "hello .pth"' >
.local/lib/python2.5/site-packages/hello.pth
  glyph@illidan:~$ python -c ''
  hello .pth

> It also looks like you may not have PYTHONPATH set at the time of installation.

I do.  The shell log I entered previously didn't omit any intermediary setup
steps.  PYTHONPATH doesn't contain the installation target directory though;
just the directory containing my bootstrapping sitecustomize.
History
Date User Action Args
2009-04-03 21:45:35glyphsetmessageid: <1238795135.46.0.622039423644.issue54@psf.upfronthosting.co.za>
2009-04-03 21:45:35glyphsetrecipients: + glyph, zooko, pje
2009-04-03 21:45:35glyphlinkissue54 messages
2009-04-03 21:45:35glyphcreate