Python 2.7 segfaults on 'import site'

Ian Kelly ian.g.kelly at gmail.com
Mon Dec 29 15:17:29 EST 2014


On Mon, Dec 29, 2014 at 9:28 AM, Chris Angelico <rosuav at gmail.com> wrote:
> Why is sre_constants segfaulting?! It's such a simple file! I assume
> the "matches" comment means it thinks there's no problem with the .pyc
> file; is it possible that, despite those checks, there's an issue
> there? I could delete the .pyc and try again, but I'm scared that'll
> fix the problem and leave me unable to figure out the true cause :)

You could try renaming the .pyc instead of deleting it.



More information about the Python-list mailing list