<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Maybe the problem is related to cython.<br>
I tried a simple cython module, see attached hello.pyx, it works on
Linux using the attached setup<br>
but when deployed using pyqtdeploy, the app crash on startup<br>
<br>
to compile the module on linux, just do : python3 setup_hello.py
build_ext --inplace<br>
<br>
Another question, what is the QT column for in "Other Extension
Modules" tab ? I put androidextras just like you do but I don't know
why...<br>
<br>
Seb<br>
<br>
<div class="moz-signature"><small><b> <br>
</b> </small></div>
<div class="moz-cite-prefix">Le 18/08/2015 10:24, Phil Thompson a
écrit :<br>
</div>
<blockquote
cite="mid:93AE6E33-A6DE-40D5-8364-201D73B49854@riverbankcomputing.com"
type="cite">
<pre wrap="">On 17 Aug 2015, at 2:58 pm, Sébastien RAMAGE <a class="moz-txt-link-rfc2396E" href="mailto:sramage@poifindus.com"><sramage@poifindus.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">
Attached the error I get when I tried autoclass
Seb I tried to replace all "from .reflect" to "from jnius.reflect" in *.pxi file but it doesn't help
</pre>
</blockquote>
<pre wrap="">
But does it give a different exception?
Changing to "from jnius" should (in theory) work.
Phil</pre>
</blockquote>
<br>
</body>
</html>