Re: Django crashes Python without traceback on Mac OS X (Release 1.0)

2008-10-19 Thread Graham Dumpleton
On Oct 20, 11:34 am, "jd.strickler" <[EMAIL PROTECTED]> wrote: > Just as a heads up: if you have a 64-bit Intel chip running OS X > > The cross-compiling/Universal Binary issue may come up to bite you (it > did me).  Apache runs in 64-bit mode while most of the system runs in > 32-bit mode,

Re: Django crashes Python without traceback on Mac OS X (Release 1.0)

2008-10-19 Thread jd.strickler
Just as a heads up: if you have a 64-bit Intel chip running OS X The cross-compiling/Universal Binary issue may come up to bite you (it did me). Apache runs in 64-bit mode while most of the system runs in 32-bit mode, meaning that every part of your Django stack has to be compiled for both i

Re: Django crashes Python without traceback on Mac OS X (Release 1.0)

2008-10-19 Thread vivek
alternatively you can also try to reduce recursion limit by using sys.setrecursionlimit() to lower setting which might help you to debug the offending secton of code. vp --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: Django crashes Python without traceback on Mac OS X (Release 1.0)

2008-10-18 Thread Karen Tracey
On Sat, Oct 18, 2008 at 4:16 PM, Brian <[EMAIL PROTECTED]> wrote: > > Hi there, > > Django is crashing Python on my machine for one particular application > of my Django project (the other applications are unaffected). It's on > the Django 1.0 development server, Mac OS X 10.5.5, stock Python > 2.

Django crashes Python without traceback on Mac OS X (Release 1.0)

2008-10-18 Thread Brian
Hi there, Django is crashing Python on my machine for one particular application of my Django project (the other applications are unaffected). It's on the Django 1.0 development server, Mac OS X 10.5.5, stock Python 2.5.1. There is no trace-back. Removing cookies and .pyc files does not resolve