<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
Note that you could also add a symbolic link in .qgis-dev to output
dir, example :<br>
<br>
ln -s <build-dir>/output/python/plugin/*
$HOME/.qgis-dev/python/plugins/<br>
<br>
And it should load processing plugin from output dir.<br>
<br>
No need to make recurrent copies to install dir after that.<br>
<br>
Arnaud
<pre class="moz-signature" cols="72">Arnaud Morvan
Ingénieur logiciel
Tél: +33 (0)4 58 48 20 32
Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac Cedex
<a class="moz-txt-link-freetext" href="http://www.camptocamp.com">http://www.camptocamp.com</a></pre>
<div class="moz-cite-prefix">Le 18/09/2016 13:24, Mathieu Pellerin a
écrit :<br>
</div>
<blockquote
cite="mid:CAC_qv=rgMrcb2XCJ334xzYrKSjLqVcP89JmUtmqgvpF-XNGoKQ@mail.gmail.com"
type="cite">
<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 moz-do-not-send="true"
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 moz-do-not-send="true"
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 moz-do-not-send="true"
href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
List info: <a moz-do-not-send="true"
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 moz-do-not-send="true"
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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Qgis-developer mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a>
List info: <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a>
Unsubscribe: <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a></pre>
</blockquote>
<br>
</body>
</html>