[GRASS-dev] Add support for Python3

Vaclav Petras wenzeslaus at gmail.com
Wed Aug 5 09:07:55 PDT 2015


On Wed, Aug 5, 2015 at 10:49 AM, Markus Neteler <neteler at osgeo.org> wrote:

>     table = '%s.%s' (schema, table)
> TypeError: 'str' object is not callable
>

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.

String formatting:

'%s' % ('abc')

Function call:

'%s' ('abc')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20150805/3cb4751c/attachment-0001.html>


More information about the grass-dev mailing list