On 29-12-2014 15:33, Chris Angelico wrote: > So clearly an empty 'site' can be imported safely, but running Python > without -S segfaults. > > Can anyone advise as to where I should look for the cause of the trouble? > > ChrisA
Perhaps starting python with -v provides some more info on when exactly it is crashing during the startup process. (i.e. is it really site.py that crashes it?) Irmen -- https://mail.python.org/mailman/listinfo/python-list