Hello,
I'm writing a SOAP-client using SOAPpy for a JAVA-Application (JIRA).
When I try to send attachments, the incoming files are not decoded
correctly. They have about 1.5% more bytes.
What I'm doing is this:
file_obj = file(,'rb')
cont = file_obj.read()
cont64 = base64.encodestring(cont)
cha
Hello there,
does anybody know, how to get the dimension values (width/height) of a
quicktime (.mov) and/or a avi-file?
Is there perhaps a module which can do this job?
Thank you for tips.
seppl
--
http://mail.python.org/mailman/listinfo/python-list