adima schrieb:
> str = DoTestTime(EachFile)
^^^
> print type(str)
> for s in str:
> print s
> out.write(str(s))
^^^> Where is the problem here? > Thanks in advance. > You have overwritten the built-in str function some lines above. Thomas -- sinature: http://nospam.nowire.org/signature_usenet.png -- http://mail.python.org/mailman/listinfo/python-list
