[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] SIGABRT on a pyqtdeployed app on Android
From:       Sébastien RAMAGE <sramage () poifindus ! com>
Date:       2015-04-13 14:22:42
Message-ID: 552BD132.2080104 () poifindus ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I'm trying to deploy a pyqt app on android using pyqtdeploy, I 
successfully create and deploy the apk but the app crash on 
Py_Initialize(); with SIGABRT
Attached the sample app and *.pdy file.

Any help will be appreciated

I'm using Python 3.4.3, the last pyqtdeploy (from hg), PyQt 5.4.1, sip 
4.16.7 and Qt binaries 5.4.1 from Digia

-- 
*Sébastien Ramage*
*
*

[Attachment #5 (text/html)]

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I'm trying to deploy a pyqt app on android using pyqtdeploy, I
    successfully create and deploy the apk but the app crash on
    Py_Initialize(); with SIGABRT<br>
    Attached the sample app and *.pdy file.<br>
    <br>
    Any help will be appreciated <br>
    <br>
    I'm using Python 3.4.3, the last pyqtdeploy (from hg), PyQt 5.4.1,
    sip 4.16.7 and Qt binaries 5.4.1 from Digia<br>
    <br>
    <div class="moz-signature">-- <br>
      <small><b>Sébastien Ramage</b><br>
        <b><br>
        </b> </small></div>
  </body>
</html>

["essai.py" (text/x-python)]

import sys
from PyQt5 import QtWidgets

app = QtWidgets.QApplication(sys.argv)
m = QtWidgets.QLabel('Hello')
m.show()
sys.exit(app.exec_())


    

["test.pdy" (text/xml)]

<?xml version='1.0' encoding='utf-8'?>
<Project version="5"><Python hostinterpreter="python3.4" major="3" minor="4" \
patch="3" platformpython="" sourcedir="$SYSROOT/../Python-3.4.3" ssl="0" \
targetincludedir="$SYSROOT/include/python3.4" \
targetlibrary="$SYSROOT/lib/libpython3.4.a" targetstdlibdir="$SYSROOT/lib/python3.4" \
/><Application entrypoint="" isbundle="1" isconsole="0" ispyqt5="1" name="Essai" \
script="essai.py" syspath="" /><PyQtModule name="QtWidgets" /><StdlibModule \
name="locale" /><StdlibModule name="encodings.base64_codec" /><StdlibModule \
name="encodings.charmap" /><StdlibModule name="encodings.unicode_escape" \
/><StdlibModule name="encodings.unicode_internal" /><StdlibModule \
name="encodings.utf_8_sig" /><StdlibModule name="encodings.utf_8" /><Others \
builddir="build" qmake="$QMAKE" /></Project>


[Attachment #8 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic