<div dir="ltr">Hi.<div>Thanks for the tip.</div><div><br></div><div>Now i face other problems. The PySide2 module is 'built' corrrectly. But the installer doesn't move the package to the 'site-package' folder, and the other files that must be to run correctly the examples and other sofware developed with pyside2.</div><div><br>How or what are the folder, files, and where i ahve to put?</div><div><br>Thanks!</div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>David Pineda Osorio<br></div>Ingeniero Civil Electricista<br></div>Ingeniero en área Geodesia del Centro Sismológico<br>f: +56 9 82142267<br></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El jue., 21 feb. 2019 a las 13:23, Cristián Maureira-Fredes (<<a href="mailto:Cristian.Maureira-Fredes@qt.io">Cristian.Maureira-Fredes@qt.io</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello David,<br>
<br>
Try to removing "RemoteObjects" from the list<br>
in `sources/pyside2/CMakeLists.txt`:<br>
<br>
# Collect all optional modules<br>
set(ALL_OPTIONAL_MODULES Xml ... RemoteObjects...)<br>
<br>
There seems to be a but that will fix on the next Qt release.<br>
<br>
Cheers<br>
<br>
________________________________________<br>
From: PySide <<a href="mailto:pyside-bounces@qt-project.org" target="_blank">pyside-bounces@qt-project.org</a>> on behalf of DAVID ALEJANDRO PINEDA <<a href="mailto:dpineda@uchile.cl" target="_blank">dpineda@uchile.cl</a>><br>
Sent: 21 February 2019 16:50<br>
To: <a href="mailto:pyside@qt-project.org" target="_blank">pyside@qt-project.org</a><br>
Subject: [PySide] Problems with install on GnuLinux, Mint<br>
<br>
Hi Guys, i glad to say hello here.<br>
<br>
Now, i'm tryinh to traslate some of my GUI from pyqt to PySide2 because has better documentation and support.<br>
The problem is that i need to build from scratch, because the version for the PySide2 module is old.<br>
So, I have to use the clang path and so on<br>
To install the PySide2 module I'm using this command:<br>
python setup.py build --qmake=/opt/Qt/5.12.1/gcc_64/bin/qmake --ignore-git --parallel=4 --build-tests<br>
Like on the documentation said, but at the end shows me an error that i unknow.<br>
Last lines:<br>
"""<br>
Fixing class inheritance...                  qt.shiboken: (quickwidgets) class 'QAccessibleWidget' inherits from unknown base class 'QAccessibleActionInterface'<br>
qt.shiboken: (quickwidgets) class not found for setup inheritance 'QAccessibleActionInterface'<br>
[WARNING]<br>
Detecting inconsistencies in class model...  [OK]<br>
[OK]<br>
<br>
Done, 9640ms, 2 warnings (1105 known issues)<br>
[  4%] Built target QtQuickWidgets_generator<br>
Makefile:140: recipe for target 'all' failed<br>
make: *** [all] Error 2<br>
error: Error compiling pyside2<br>
Traceback (most recent call last):<br>
  File "setup.py", line 296, in <module><br>
    setup_runner.run_setup()<br>
  File "/home/david/ChartsGNSS/pyside-setup/build_scripts/setup_runner.py", line 157, in run_setup<br>
    raise RuntimeError(msg)<br>
RuntimeError:<br>
setup.py invocation failed with exit code: 1.<br>
"""<br>
<br>
What can i do? how?<br>
<br>
Any help?<br>
<br>
Thanks!<br>
<br>
David Pineda Osorio<br>
Ingeniero Civil Electricista<br>
Ingeniero en área Geodesia del Centro Sismológico<br>
f: +56 9 82142267<br>
</blockquote></div>