>
self.rssFile=self.run.getOptions().getResolver().getFile(self.workspace,'rss
','.xml',1)
> File "C:\gump\python\gump\actor\document\text\resolver.py", line 64,
> in getFile
> raise RuntimeError, 'Not Implemented on ' + self.__class__.__name__
> + ': getFile.'
> RuntimeError: Not Implemented on TextResolver: getFile.
>
>
> I feel quite dumb at this point I have no idea what to do :) Your help
> would be appreciated.
I wouldn't, it is basically 'cos you've got a text-based run going and there
is a bug in Gump. Gump asks the document resolver where to put files ('cos
XDOCs/Forrest output put files in special places) but this simple document
just doesn't know what to do. With Python it is hard to trap such runtime
errors until they occur, and you got landed with it. Now all I need to
figure out is why you have a text-based run and not a XHTML-based one, which
has more of a clue.
regards
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]