Re: Question on class member in python

2005-10-17 Thread Tau
Get answer by typing: id(a.member)==id(a.getMember()) You will often find id() useful when in doubt whether the two objects are distinct. -- http://mail.python.org/mailman/listinfo/python-list

mod_python works as standalone, does not as service (Windows XP)

2005-10-02 Thread Tau
My mod_python 3.1.4 installation works when Apache 2.0.54 is run in standalone mode (apache -k standalone) but refuses to operate when run as a service (apache -k restart). Logs yield the usual and well-known make_obcallback: could not import mod_python.apache error. I have tried PYTHONHOME,