[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Python bindings problem (1.3.0)

From: Paulo da Silva <psdasilva_at_esoterica.pt>
Date: 2006-01-16 23:33:15 CET

Hi!

1.
I am trying the python subversion API.
So, I tried the example from the book where
svn_client_status is used. It worked fine.
Then I made a simple modification changing
svn_client_status to svn_client_status2.
As consequence, I also added the new parameter
ignore_externals as 0 just before ctx.
I got the following error message:
    TypeError: argument number 3: a 'svn_wc_status_func2_t' is expected,
'function(<function _status_callback at 0xb7b30e2c>)' is received

What is wrong? This seems to make no sense in python!

2.
Anyway, how can I know what parameters to use when calling
python binding functions?
The c headers helped me but they
didn't match exactly the python ones.
I don't know SWIG. Is this needed?

Thanks for any help.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 17 00:16:46 2006

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.