Re: [Ganglia-general] mod_python on Solaris not scanning directory

2008-09-26 Thread Gilad Raphaelli
OK. Do you know which version of Python introduced the PySys_GetObject() function? It seems to be an undocumented function until python 2.6. It might be good to know what the issue is with this function and why it wasn't documented before we start using it. Brad PySys_GetObject

Re: [Ganglia-general] mod_python on Solaris not scanning directory

2008-09-26 Thread Gilad Raphaelli
Subject: Re: [Ganglia-general] mod_python on Solaris not scanning directory OK. Do you know which version of Python introduced the PySys_GetObject() function? It seems to be an undocumented function until python 2.6. It might be good to know what the issue

Re: [Ganglia-general] mod_python on Solaris not scanning directory

2008-09-25 Thread Gilad Raphaelli
- Original Message From: Brad Nicholes [EMAIL PROTECTED] To: Lieting Yu [EMAIL PROTECTED]; ganglia-general@lists.sourceforge.net; Gilad Raphaelli [EMAIL PROTECTED] Sent: Thursday, September 25, 2008 1:05:11 AM Subject: Re: [Ganglia-general] mod_python on Solaris not scanning

Re: [Ganglia-general] mod_python on Solaris not scanning directory

2008-09-25 Thread Brad Nicholes
: Thursday, September 25, 2008 1:05:11 AM Subject: Re: [Ganglia-general] mod_python on Solaris not scanning directory On 9/23/2008 at 7:03 PM, in message [EMAIL PROTECTED], Gilad Raphaelli wrote: Lieting, I believe I ran into the same issue and cleared it up with this patch

Re: [Ganglia-general] mod_python on Solaris not scanning directory

2008-09-24 Thread Brad Nicholes
On 9/23/2008 at 7:03 PM, in message [EMAIL PROTECTED], Gilad Raphaelli [EMAIL PROTECTED] wrote: Lieting, I believe I ran into the same issue and cleared it up with this patch to mod_python.c: --- mod_python.c.orig 2008-09-24 10:52:17.0 +1000 +++ mod_python.c

Re: [Ganglia-general] mod_python on Solaris not scanning directory

2008-09-23 Thread Gilad Raphaelli
@lists.sourceforge.net Sent: Friday, September 12, 2008 11:45:03 PM Subject: [Ganglia-general] mod_python on Solaris not scanning directory Hi, I have this weird issue of mod_python does not scan directory. The same configuration file works fine on Linux. Then I added a print line in mod_python.c: 526