Re: Python shell displays Segmentation Fault: 11 after upgrade to Mavericks OS

2013-10-25 Thread joel spencer
s/irking/working/ :) On Saturday, October 26, 2013 4:49:37 PM UTC+11, joel spencer wrote: > > i had this same problem after i upgraded my MBA to Mavericks. The > solution contained here works beautifully! > > The other thing that happened is that Mavericks completely wiped out all > my Python

Re: Python shell displays Segmentation Fault: 11 after upgrade to Mavericks OS

2013-10-25 Thread joel spencer
i had this same problem after i upgraded my MBA to Mavericks. The solution contained here works beautifully! The other thing that happened is that Mavericks completely wiped out all my Python libraries. I just restored them using time machine and they are irking fine again. And, yeah, i have

Re: Python shell displays Segmentation Fault: 11 after upgrade to Mavericks OS

2013-10-24 Thread donarb
On Thursday, October 24, 2013 2:34:13 PM UTC-7, Don Fox wrote: > > > > python manage.py shell > > Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45) > > [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin > > Type "help", "copyright", "credits" or "license" for more information. >

Re: Python shell displays Segmentation Fault: 11 after upgrade to Mavericks OS

2013-10-24 Thread Thomas Lockhart
On 10/24/13 2:34 PM, Don Fox wrote: ... Segmentation fault: 11 This type of thing just started after upgrade. I assume there's a connection. I found a similar symptom with another application after doing piecemeal updates in MacPorts packages, and my problems went away with a more rigoro

Python shell displays Segmentation Fault: 11 after upgrade to Mavericks OS

2013-10-24 Thread Don Fox
python manage.py shell Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> from polls.models import Poll, Choice >>> Poll.objects