Getting better error messages out of the Python bindings
From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-12-08 18:38:41 CET
Hi,
When something fails using the Python bindings, I get the following message:
SystemError: null argument to internal routine
Is there a way to coax the bindings to get me the *real* error message ?
For example, the following repro recipe exhibits the error:
from svn import core, fs, repos
def repro(pool):
def main():
if __name__ == '__main__':
On my machine, the output looks like this:
I'm using Subversion 1.1.1 on Win2K SP4.
Thanks !
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.