[jira] Updated: (MODPYTHON-165) Exporting functions from mod_python to allow access to interpreters etc.

2006-08-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-165?page=all ] Graham Dumpleton updated MODPYTHON-165: --- Attachment: (was: mptest.tar.gz) Exporting functions from mod_python to allow access to interpreters etc.

[jira] Updated: (MODPYTHON-165) Exporting functions from mod_python to allow access to interpreters etc.

2006-08-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-165?page=all ] Graham Dumpleton updated MODPYTHON-165: --- Attachment: (was: mptest.tar.gz) Exporting functions from mod_python to allow access to interpreters etc.

[jira] Updated: (MODPYTHON-165) Exporting functions from mod_python to allow access to interpreters etc.

2006-08-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-165?page=all ] Graham Dumpleton updated MODPYTHON-165: --- Attachment: mptest.tar.gz Third time lucky with code. Wasn't returning status correctly and ensuring that cleanup done properly. Exporting

Please remove me from modpython mailing list.

2006-08-20 Thread Charle H \(DaChaos\)
Title: Please remove me from modpython mailing list. I tried to unsubscribe myself from the mod_python mailing list but I couldnt get it to work can someone please remove me thanks. Email: [EMAIL PROTECTED] Sincerely, Charles Hynson III (DaChaos) http://www.dachaos.com [EMAIL PROTECTED]

[jira] Updated: (MODPYTHON-165) Exporting functions from mod_python to allow access to interpreters etc.

2006-08-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-165?page=all ] Graham Dumpleton updated MODPYTHON-165: --- Attachment: (was: mptest.tar.gz) Exporting functions from mod_python to allow access to interpreters etc.

[jira] Updated: (MODPYTHON-165) Exporting functions from mod_python to allow access to interpreters etc.

2006-08-20 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-165?page=all ] Graham Dumpleton updated MODPYTHON-165: --- Attachment: mptest.tar.gz Final go at working example in attachment. The code in mod_python works fine, I just keep mucking up the example.

Re: New importer is now the default in 3.3 trunk. (PART 2)

2006-08-20 Thread Graham Dumpleton
On 20/08/2006, at 8:14 PM, Graham Dumpleton wrote: apache.handler_root() - Will return the path name of the directory for which the handler directive was specified. If called where there is no directory associated with the context the handler was specified for, will return None. I am getting the

Re: New importer is now the default in 3.3 trunk. (PART 3)

2006-08-20 Thread Graham Dumpleton
On 20/08/2006, at 8:14 PM, Graham Dumpleton wrote:On 20/08/2006, at 11:22 AM, Graham Dumpleton wrote: FYI. Part 1 of some information about new module importer in 3.3. Part 2 of information about changes to new importer. And now for the final part 3.When using apache.import_module(), the old