Comment 1 for bug 340050

Revision history for this message
Ian Bicking (ianb) wrote :

So I guess the problem in this case is that /usr/lib/python2.5/lib-dynload is being symlinked over, and so it will work, but /usr/local/lib/python2.5/lib-dynload is not.

These directories aren't determined in site.py, but sometime earlier (which is why the symlink is necessary). However, stuff in /usr/local/ probably isn't as critical, so it can be added at a later time.

I think I've fixed this in r3804. It doesn't copy over anything from lib-dynload, but should add that to the path.