Barry Burns
bburns at synset.net
Fri Aug 25 12:55:18 EDT 2006
Robert Brewer wrote: > Barry Burns wrote: > >> I'm using (or attempting to use) mpcp to embed CherryPy apps with >> mod_python. I'm getting this message, however, when I try this: >> ... >> ImportError: No module named mpcp >> ... >> When I launch a command-line interpreter, mpcp exists >> > > Best guess: the command-line user has permission to locate/access the > mpcp module, but the Apache user does not. > > > Robert Brewer > System Architect > Amor Ministries > fumanchu at amor.org > I looked at the permissions, and everyone should have access... so I temporarily changed the apache user's shell to sh and ran Python, which allows me to get as far as missing _apache (i.e., it finds mpcp). -b
|