[Tutor] a question about MySQLdb in python

2012-01-10 Thread
hi, all: python's version: 2.6. MySQLdb version: 1.2.3. I once encounter with a question like this: File "/usr/local/lib/python2.6/dist-packages/MySQL_python-1.2.3-py2.6-linux-x86_64.egg/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorclass, errorvalue OperationalError

[Tutor] python webservice suds

2011-11-29 Thread
> array_soapenc_str._id = '1' >> array_soapenc_str._href = "http://www.test.com"; >> array_soapenc_str._arrayType = 'test2' >> >> print client.service.sendMt(array_soapenc_str) >> >>