Unable to query the md5 sum from python.
From: Mathias Froehlich <M.Froehlich_at_science-computing.de>
Date: 2005-05-30 18:04:22 CEST
Hi,
I need to extract the md5 sum of a file in the repository from python.
sum = fs.file_md5_checksum(root, path, pool)
function from a win32 environment using the current subversion-1.2.0 python
But calling it like
sum = ' ' # room for 16 chars
results in
TypeError: Type error. Got , expected _p_unsigned_char
which tells me that I there is no type conversion for that datatype available.
Looking into svn_types.i there are only type conversions for perl available
Can anybody help my to include similar type conversions for the python
Greetings
Mathias
-- Dr. Mathias Fröhlich, science + computing ag, Software Solutions Hagellocher Weg 71-75, D-72070 Tuebingen, Germany Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon May 30 18:06:04 2005 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.