Re: [Tutor] mod_python on OS X

2005-09-05 Thread Danny Yoo


On Mon, 5 Sep 2005, Jan Eden wrote:

 I just tried installing mod_python on OS X (10.3.9). Installation went
 fine, and Apache starts up without complaining:

 Apache/2.0.53 (Unix) DAV/2 PHP/5.0.1 mod_python/3.1.4 Python/2.4.1
 mod_perl/2.0.1 Perl/v5.8.1 configured -- resuming normal operations

 But when trying to actually use mod_python, I get:

 [Sat Sep 03 23:01:52 2005] [notice] child pid 2334 exit signal Bus error (10)
 [Sat Sep 03 23:01:53 2005] [notice] child pid 2333 exit signal Bus error (10)

 I searched the mod_python mailing list archives, but all hints and
 suggestions pointed to the installation stage.


Hi Jan,

Hmmm... Try posting that onto the mod-python mailing list.  Bus Error
indicates a low-level issue, and probably does mean that somthing got
messed up during the installation.  (But it could also mean a bug in
mod_python: it's so hard to tell since it's a C extension.  *sigh*)

It looks that you have a locally customized verison of Python on your
system.  (As far as I know, Apple doesn't package Python 2.4 yet)  Did you
make sure to install mod_python by using that customized Python, rather
than the system default?


The folks on the mod_python mailing list will probably know more about
this, so I'd strongly recommend asking them:

http://mailman.modpython.org/mailman/listinfo/mod_python

Tell them more details about how you installed mod_python --- the exact
terminal lines you entered will be very helpful.

Also, note that people on their list have been documenting their
grievances about this:  *grin*

   http://www.modpython.org/pipermail/mod_python/2004-June/015800.html

His problem sounds very similar to yours, (though they report it with
Apache 1.3) so I'd check with them and see if this has been fixed yet.

___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] mod_python on OS X

2005-09-05 Thread Jan Eden
Hi Danny,

Danny Yoo wrote on 05.09.2005:


On Mon, 5 Sep 2005, Jan Eden wrote:

[Sat Sep 03 23:01:52 2005] [notice] child pid 2334 exit signal Bus
error (10) [Sat Sep 03 23:01:53 2005] [notice] child pid 2333 exit
signal Bus error (10)

It looks that you have a locally customized verison of Python on
your system.  (As far as I know, Apple doesn't package Python 2.4
yet)  Did you make sure to install mod_python by using that
customized Python, rather than the system default?

I did.

The folks on the mod_python mailing list will probably know more
about this, so I'd strongly recommend asking them:

Yes, it is probably the best thing to do, but I wanted to avoid getting 
involved with yet another mailing list. *sigh*

Many thanks,

Jan
-- 
Unix is user friendly - it's just picky about it's friends.
___
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor