Nick Coghlan <[EMAIL PROTECTED]> added the comment: Platform? It works fine for me (system python is 2.5, local python is trunk - the tildes aren't actually in the printout, I subbed them in for my home directory):
~/devel/python$ python -m site sys.path = [ '~/devel/python', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/PIL', '/var/lib/python-support/python2.5', '/var/lib/python-support/python2.5/gtk-2.0', ] [EMAIL PROTECTED]:~/devel/python$ ./python -m site sys.path = [ '~/devel/python', '/usr/local/lib/python27.zip', '~/devel/python/Lib', '~/devel/python/Lib/plat-linux2', '~/devel/python/Lib/lib-tk', '~/devel/python/Lib/lib-old', '~/devel/python/Modules', '~/devel/python/build/lib.linux-i686-2.7', ] USER_BASE: '~/.local' (exists) USER_SITE: '~/.local/lib/python2.7/site-packages' (doesn't exist) ENABLE_USER_SITE: True _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4082> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com