Hi, all, Excuse my bad english.
I developed an application with Django some time ago. I was using svn code, rev. 1893. Now I need to migrate to a new server. On my old server I was using python 2.3.5 and mod_python 3.1.3. On my new server, with another ditro, I have python 2.4.2 and mod_python 3.1.3. I coppied my old django directory to my new server, and it doesn't work. I got a blank screen. In lynx i got: "Alert!: Unexpected network read error; connection aborted." On apache2 error.log i have: [Mon Jul 17 13:24:14 2006] [notice] mod_python: (Re)importing module 'django.core.handlers.modpython' [Mon Jul 17 13:24:15 2006] [notice] child pid 10092 exit signal Segmentation fault (11) [Mon Jul 17 13:34:25 2006] [notice] mod_python: (Re)importing module 'django.core.handlers.modpython' [Mon Jul 17 13:34:28 2006] [notice] child pid 10087 exit signal Segmentation fault (11) [Mon Jul 17 13:34:37 2006] [notice] mod_python: (Re)importing module 'django.core.handlers.modpython' [Mon Jul 17 13:34:40 2006] [notice] mod_python: (Re)importing module 'django.core.handlers.modpython' [Mon Jul 17 13:34:40 2006] [notice] child pid 10089 exit signal Segmentation fault (11) If i try to use the ultimate svn code, then django works. But I have a big project, with a lot of code wrote before the "magic removal" branch. I think adjusting all my code to work with new django versions will take a long, long time. Is there a simple way to put my code to work on my new server? Am I forgetting something? Thank you. -- Elcio http://visie.com.br/ http://elcio.com.br/ http://www.tableless.com.br/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

