[Qgis-developer] [Linux Mint] QGIS Master 3d93237
Richard Duivenvoorde
rdmailings at duif.net
Mon Oct 26 06:23:58 PDT 2015
On 26-10-15 10:32, Luigi Pirelli wrote:
> Hi Mathias
>
> seems related with this your commit about Python3 compatbility
>
> cd0eb05deddc610a1a79c40163504efddfe3da3a
>
> src/python/qgspythonutilsimpl.cpp
> - if ( !PyString_Check( obResult ) )
> + if ( !PyUnicode_Check( obResult ) )
> TRACEBACK_FETCH_ERROR( "getvalue() did not return a string" );
from IRC: i can't compile master on arch due to:
qgis/src/python/qgspythonutilsimpl.cpp:388:58: error: ‘PyUnicode_AsUTF8’
was not declared in this scope
and the commit msg from [0] was:
"
Just to demonstrate a possible upgrade path ;)
Please revert if this makes any troubles.
"
On Debian I do not seem to have problems though...
Regards,
Richard
[0]
https://github.com/qgis/QGIS/commit/cd0eb05deddc610a1a79c40163504efddfe3da3a#diff-b19637a490515a065417f10b2ef58bbb
More information about the Qgis-developer
mailing list