Stanton Schell
stanton at livsform.com
Wed Jan 31 21:01:20 EST 2001
I did indeed, I used " --with-python=/path/to/source/root --with-apache=, etc..." I have tried putting all these library files in a number of different locations in addition to including quite a few directories in the PythonPath directive in httpd.conf, but the module still seems not available for import. do you think there is any reason the interpreter could not _import_ the module as opposed to being able to _find_ it? just a thought... -stanton -- Stanton Schell livsform design group stanton at livsform.com 703-538-3491 703-989-6591 > From: "Gregory (Grisha) Trubetskoy" <grisha at modpython.org> > Date: Wed, 31 Jan 2001 10:56:40 -0500 (EST) > To: Stanton Schell <stanton at livsform.com> > Cc: mod_python at modpython.org > Subject: Re: [mod_python] Python libraries install configuration issue > > > have you looked at the --with-python configure option? > > On Wed, 31 Jan 2001, Stanton Schell wrote: > >> (In other words, I have my source tree and accompanying python libs in >> user-owned directory and nothing is in /usr/local/lib at all...) >> >> Thanks!! >> -stanton schell >> -- >> >> Stanton Schell >> livsform design group >> stanton at livsform.com >> 703-538-3491 >> 703-989-6591 >> >>> From: Stanton Schell <stanton at livsform.com> >>> Date: Wed, 31 Jan 2001 03:23:08 -0500 >>> To: <mod_python at modpython.org> >>> Subject: [mod_python] Python libraries install configuration issue >>> >>> Hello All, >>> >>> I have two (unrelated) questions: >>> >>> 1. I was unable to find a searchable version of the archives - is there >>> one? >>> >>> 2. Am I forced to install the python libraries during the mod_python >>> installation into somewhere in /usr/local/lib or can I configure it somehow >>> to target another directory? I am trying to install a non-root required >>> version and would like to stay away from common system areas. >>> >>> -stanton schell >>> -- >>> >>> Stanton Schell >>> livsform design group >>> stanton at livsform.com >>> 703-538-3491 >>> 703-989-6591 >>> >>> _______________________________________________ >>> Mod_python mailing list >>> Mod_python at modpython.org >>> http://www.modpython.org/mailman/listinfo/mod_python >> >> _______________________________________________ >> Mod_python mailing list >> Mod_python at modpython.org >> http://www.modpython.org/mailman/listinfo/mod_python >>
|