Hi Simo,

I installed PySide2 on linux now and when I try to run an existing project that I have switched over to PySide2 I get this on startup:

   Qt WebEngine ICU data not found at /home/qt/work/install/resources.
   Trying parent directory...
   Qt WebEngine ICU data not found at /home/qt/work/install. Trying
   application directory...
   Qt WebEngine ICU data not found at
   /usr/lib64/python2.7/site-packages/PySide2/Qt/libexec. Trying
   fallback directory... The application MAY NOT work.
   Installed Qt WebEngine locales directory not found at location
   /home/qt/work/install/translations/qtwebengine_locales. Trying
   application directory...
   Qt WebEngine locales directory not found at location
   /usr/lib64/python2.7/site-packages/PySide2/Qt/libexec/qtwebengine_locales.
   Trying fallback directory... Translations MAY NOT not be correct.
   [0318/144156.653641:ERROR:icu_util.cc(178)] Invalid file descriptor
   to ICU data received.
   [0318/144156.653736:FATAL:content_main_runner.cc(691)] Check failed:
   base::i18n::InitializeICU().
   #0 0x7f9a8439af3e <unknown>
   #1 0x7f9a843acc4e <unknown>
   #2 0x7f9a84379482 <unknown>
   #3 0x7f9a8437299d <unknown>
   #4 0x7f9a83a97999 QtWebEngine::processMain()
   #5 0x0000004009f3 <unknown>
   #6 0x7f9a7ff94c05 __libc_start_main
   #7 0x000000400a2f <unknown>

   [19347:19347:0318/144156.841951:ERROR:child_process_launcher.cc(522)]
   Failed to launch child process


The program will crash without any errors eventually.
On OSX I don't get the above output but the app is even less stable.
Using WingIDE in case it matters.

Any ideas what might be causing this?

Cheers,
frank

On 03/10/2018 12:33 AM, Simo Fält wrote:

Hola,

We've set up a snapshot publishing of Pyside2 wheels. When there is a change merged to https://codereview.qt-project.org/pyside/pyside-setup repository, the CI will also build pip packages out of it. The wheels will be available in:

http://download.qt.io/snapshots/ci/pyside/<branch>/<ci_build_id>

If you want to see the exact change, which triggered that build, you can check it from CI's public dashboard:

https://testresults.qt.io/coin/integration/pyside/pyside-setup/tasks/<ci_build_id>

For example the latest 5.9:

http://download.qt.io/snapshots/ci/pyside/5.9/1520539733/

and

https://testresults.qt.io/coin/integration/pyside/pyside-setup/tasks/1520539733

Wheels are published once a day at 10:30 EET with small delay caused by mirroring.

Packages should be installable via pip:

pip install --index-url=http://download.qt.io/snapshots/ci/pyside/5.9/latest/ pyside2 --trusted-host download.qt.io

Simo Fält

Release Engineer

The Qt Company

Tampere, Finland

simo.f...@qt.io

+358 40 740 6136

http://qt.io



_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside

_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to