<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 5, 2015 at 10:49 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":1qe" class="a3s" style="overflow:hidden">    table = '%s.%s' (schema, table)<br>
TypeError: 'str' object is not callable</div></blockquote></div><br></div><div class="gmail_extra">As I said, I think it is missing percent operator. Probably trivial to fix but we should understand how it happen to be in the source code.<br><br></div><div class="gmail_extra">String formatting:<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">'%s' % ('abc')<br><br></div><div class="gmail_extra">Function call:<br></div><div class="gmail_extra"><div class="gmail_extra"><br></div>'%s' ('abc')<br></div></div>