Hello devs,

I am developping for QGIS under Debian Stretch and I have tested the qt5/Python3 port of QGIS.

But I am facing a problem with python3 plugin ports:
* I use PORT_PLUGINS CMake parameter.
* With this parameter, plugins are "auto-ported" to Python3 with 2to3 tool. * The result of the "port" is made in the output directory of the build directory (output/python/plugins). * But it seems that `make install` takes directly files from the code directory instead of the build directory. * This leads to install python2 version of the plugins instead of python3 version and plugins just crashes at QGIS opening.

I am a CMake newbie so I would like to check if I have not forgotten anything.

Do you have the same behavior ?

Cheers,

PS: I can't find something that installs/copies python3 plugins files in install prefix directory in python/plugins/CMakeLists.txt...

Le 2016-05-27 17:01, Sebastiaan Couwenberg a écrit :
On 05/27/2016 04:57 PM, Yves Jacolin wrote:
On Friday, May 27, 2016 10:49:55 Sebastiaan Couwenberg wrote:
On 05/27/2016 07:15 AM, Paolo Cavallini wrote:
  apt-egt install git build-essential cmake flex bison pyqt5-dev

s/apt-egt/apt-get/, the documentation has this typo too.

Any link? I can't find it :)

It was in the initial commit:


https://github.com/qgis/QGIS/commit/36161fc05dd869f7da9ccaad843105e71b9a5af7#diff-6a755e7d228a2b491321dbae0a7a248bR347

But has since been fixed:


https://github.com/qgis/QGIS/commit/84c0241776cdbc98e5ee27d5af98d7605badcec4#diff-6a755e7d228a2b491321dbae0a7a248bL348

Kind Regards,

Bas

--
Médéric RIBREUX
https://medspx.fr
_______________________________________________
Qgis-developer mailing list
[email protected]
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to