<p dir="ltr">This error means that your python files have not passed through 2to3. Make sure PORT_PLUGINS flag is turned on.</p>
<p dir="ltr">Also right now, the make script only runs 2to3 against the python code inside the output directory, it does *not* do so for the python code copied to your install location during "make install". You either can run QGIS from your output directory, or (as a temporary ugly hack) copy the content of the python folder in your output directory onto your installation's /share/qgis/python directory.</p>
<p dir="ltr">Hope that helps.<br>
</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Sep 18, 2016 6:02 PM, "Richard Duivenvoorde" <<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
testing Python3/Qt5 I get the following message:<br>
<br>
  File<br>
"/home/richard/apps/qgis3/<wbr>master/debug/share/qgis/<wbr>python/plugins/processing/<wbr>tools/vector.py",<br>
line 34, in<br>
    import cStringIO<br>
<br>
According to:<br>
<br>
<a href="http://stackoverflow.com/questions/30377620/python-3-4-cstringio-vs-stringio" rel="noreferrer" target="_blank">http://stackoverflow.com/<wbr>questions/30377620/python-3-4-<wbr>cstringio-vs-stringio</a><br>
<br>
there is no cStringIO anymore in py3<br>
<br>
do I miss a compile/install step or isn't processing not yet ready to<br>
use yet?<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
______________________________<wbr>_________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-<wbr>developer</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/qgis-<wbr>developer</a></blockquote></div></div>