On Tue, 22 Apr 2008 09:55:18 -0700 (PDT) derwisch <[EMAIL PROTECTED]> wrote:
> > Dear all, > I have the following line in a script: > > outputFile.write(p.v.t.headString()) > > An error is raised when the line is executed: > "Type error: 'unicode' object not callable". > > What can I do to avoid this message and just have the head contents > written to the file? outputFile.write(p.headString()) I think, something like that. Cheers -Terry > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
