Re: Problems installing django

2006-02-27 Thread [EMAIL PROTECTED]
That was it ..after removing the old python all is ok --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To

Re: Problems installing django

2006-02-27 Thread [EMAIL PROTECTED]
fixing the indention resovled the error there...thanks when I import array, cPickle I received the error again Mod_python error: "PythonHandler mptest" Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/mod_python/apache.py", line 287, in HandlerDispatch

Re: Problems installing django

2006-02-27 Thread Malcolm Tredinnick
On Mon, 2006-02-27 at 16:17 -0800, [EMAIL PROTECTED] wrote: > Both import array and import cPicke import with no problems from > command line > > To test further, I set up a quick hello world test outside of django > using > > > AddHandler mod_python .py > PythonHandler mptest >

Re: Problems installing django

2006-02-27 Thread [EMAIL PROTECTED]
Both import array and import cPicke import with no problems from command line To test further, I set up a quick hello world test outside of django using AddHandler mod_python .py PythonHandler mptest PythonDebug On and placing the following contents in test: from mod_python import

Re: Problems installing django

2006-02-27 Thread Malcolm Tredinnick
On Mon, 2006-02-27 at 15:13 -0800, [EMAIL PROTECTED] wrote: > I'm using Apache 2x and Python 2.3 ... using /mysite/ when I open the > page in the browser I get the following message: > > ImproperlyConfigured: Could not load database backend: > /usr/lib/python2.3/lib-dynload/arraymodule.so:

Problems installing django

2006-02-27 Thread [EMAIL PROTECTED]
I'm using Apache 2x and Python 2.3 ... using /mysite/ when I open the page in the browser I get the following message: ImproperlyConfigured: Could not load database backend: /usr/lib/python2.3/lib-dynload/arraymodule.so: undefined symbol: PyUnicodeUCS4_FromUnicode. Is your DATABASE_ENGINE