erikcw wrote:
> Hi,
>
> I'm trying to insert some data from an XML file into MySQL. However,
> while importing one of the files, I got this error:
>
> Traceback (most recent call last):
> File "wa.py", line 304, in ?
> main()
> File "wa.py", line 257, in main
> curHandler.walkData()
Hi,
I'm trying to insert some data from an XML file into MySQL. However,
while importing one of the files, I got this error:
Traceback (most recent call last):
File "wa.py", line 304, in ?
main()
File "wa.py", line 257, in main
curHandler.walkData()
File "wa.py", line 112, in walkD