Re: Problem with mod_python/3.3.1 and apache

2008-03-31 Thread Graham Dumpleton
On Apr 1, 8:03 am, NccWarp9 <[EMAIL PROTECTED]> wrote: > Hello, > > im using Apache HTTPD 2.2.8 with mod_python/3.3.1 Python/2.4.3 on > Windows and having truble starting pythone, any help would be > appreciated > . > Im getting this error: > > [Mon Mar 31 23:53:03 2008] [error] make_obcallback: co

Problem with mod_python/3.3.1 and apache

2008-03-31 Thread NccWarp9
Hello, im using Apache HTTPD 2.2.8 with mod_python/3.3.1 Python/2.4.3 on Windows and having truble starting pythone, any help would be appreciated . Im getting this error: [Mon Mar 31 23:53:03 2008] [error] make_obcallback: could not import mod_python.apache.\n 'import site' failed; use -v for tr

Re: problem with mod_python

2008-02-19 Thread Graham Dumpleton
On Feb 20, 6:04 am, Joshua Kugler <[EMAIL PROTECTED]> wrote: > Pradnyesh Sawant wrote: > > Hello, > > I have a small program which does 'import hashlib'. This program runs fine > > with python2.5. But when I try running the same program through > > mod_python, I get the error: 'ImportError: No modu

Re: problem with mod_python

2008-02-19 Thread Joshua Kugler
Pradnyesh Sawant wrote: > Hello, > I have a small program which does 'import hashlib'. This program runs fine > with python2.5. But when I try running the same program through > mod_python, I get the error: 'ImportError: No module named hashlib' in the > apache2 error.log > > Searching online sug

Re: problem with mod_python

2008-02-17 Thread Pradnyesh Sawant
On 02:07, 17Feb2008, Graham Dumpleton wrote: > On Feb 17, 3:29 pm, Pradnyesh Sawant wrote: > > Hello, > > Your mod_python isn't compiled against Python 2.5 but is using an > older version. You will need to rebuild mod_python to use Python 2.5 > instead. You cannot just point mod_python at the Pyt

Re: problem with mod_python

2008-02-17 Thread Graham Dumpleton
On Feb 17, 3:29 pm, Pradnyesh Sawant <[EMAIL PROTECTED]> wrote: > Hello, > I have a small program which does 'import hashlib'. This program runs fine > with python2.5. But when I try running the same program through mod_python, > I get the error: 'ImportError: No module named hashlib' in the apache

Re: problem with mod_python

2008-02-16 Thread Arnaud Delobelle
Pradnyesh Sawant wrote: > Hello, Hi [...] > So, my Q is, is it possible to make mod_python use the same PYTHONPATH as > the python2.5 interpreter? if so, how? You can use the PythonPath directive to set the PYTHONPATH to whatever you want > any other suggestions to solve the above problem are

problem with mod_python

2008-02-16 Thread Pradnyesh Sawant
Hello, I have a small program which does 'import hashlib'. This program runs fine with python2.5. But when I try running the same program through mod_python, I get the error: 'ImportError: No module named hashlib' in the apache2 error.log Searching online suggested me to include md5.so or md5modul

Re: PROBLEM with MOD_PYTHON

2006-10-28 Thread Steve Holden
[EMAIL PROTECTED] wrote: [...] > BTW, there is a mailing list specifically for mod_python. You might be > better off asking questions directly there, as we have seen most > problems. You can also search the mailing list archives from the > mod_python site. > > BTW, the quadruple backslashes is ind

Re: PROBLEM with MOD_PYTHON

2006-10-28 Thread grahamd
dan84 wrote: > I don't understand this error , in the (Apache) errorlog I read this > message : > > [Sat Oct 28 14:04:03 2006] [error] make_obcallback: could not import > mod_python.apache.\n > [Sat Oct 28 14:04:03 2006] [error] make_obcallback: Python path being > used "['C:Python24python2

Re: PROBLEM with MOD_PYTHON

2006-10-28 Thread skip
dan> I don't understand this error , in the (Apache) errorlog I read dan> this message : dan> [Sat Oct 28 14:04:03 2006] [error] make_obcallback: could not import dan> mod_python.apache.\n dan> [Sat Oct 28 14:04:03 2006] [error] make_obcallback: Python path being dan> used

Re: PROBLEM with MOD_PYTHON

2006-10-28 Thread J. Clifford Dyer
dan84 wrote: > I don't understand this error , in the (Apache) errorlog I read this > message : > > [Sat Oct 28 14:04:03 2006] [error] make_obcallback: could not import > mod_python.apache.\n > [Sat Oct 28 14:04:03 2006] [error] make_obcallback: Python path being > used "['C:Python24python

Re: PROBLEM with MOD_PYTHON

2006-10-28 Thread Chetan
"dan84" <[EMAIL PROTECTED]> writes: > I don't understand this error , in the (Apache) errorlog I read this > message : > > [Sat Oct 28 14:04:03 2006] [error] make_obcallback: could not import > mod_python.apache.\n > [Sat Oct 28 14:04:03 2006] [error] make_obcallback: Python path being > used "['C

PROBLEM with MOD_PYTHON

2006-10-28 Thread dan84
I don't understand this error , in the (Apache) errorlog I read this message : [Sat Oct 28 14:04:03 2006] [error] make_obcallback: could not import mod_python.apache.\n [Sat Oct 28 14:04:03 2006] [error] make_obcallback: Python path being used "['C:Python24python24.zip', '.DLLs', '.\\\

Egg cache problem with mod_python/ez_setup

2006-06-12 Thread Manuzhai
Hello there, I have this weird problem with a mod_python application. Recently I installed ElementTree and cElementTree through ez_setup.py, even though they were already installed normally (this might not be too smart, but I don't think it's related to my actual problem). I have a web applica

Re: MySQLdb problem with mod_python, please help

2004-11-30 Thread ws Wang
Damjan <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > > MySQLdb is working fine at command line, however when I tried to use > > it with mod_python, it give me a "server not initialized" error. > > Maybe its this problem? > http://www.modpython.org/FAQ/faqw.py?req=show&file=faq

Re: MySQLdb problem with mod_python, please help

2004-11-30 Thread Damjan
> MySQLdb is working fine at command line, however when I tried to use > it with mod_python, it give me a "server not initialized" error. Maybe its this problem? http://www.modpython.org/FAQ/faqw.py?req=show&file=faq02.013.htp -- damjan -- http://mail.python.org/mailman/listinfo/python-list