[PyQt] pyqtdeploy 0.6 missing patch for issue Python 20307
Phil Thompson
phil at riverbankcomputing.com
Tue Sep 16 04:34:16 BST 2014
On 15/09/2014 8:47 pm, lloyd konneker wrote:
> The symptom is failure to compile _posixsubprocess with
> "SYS_getdents64 is undefined." You see this if your app imports
> traceback Python module.
>
> It might not be important. I have found that dragging in traceback or
> os module drags in many other modules. I am hoping not to import
> those modules, but to rely instead on Qt functions and an error dialog
> using only sys.exc_info().
>
> (I was finally able to get helloWorld working on a real Android
> device. My problem was, it was not a minimal helloworld, I was
> dragging in those modules and with buggy code(?) attempting to log
> exceptions to a file.)
What version of Python? From looking at the source code that seems to be
fixed in Python v3.4.1.
Phil
More information about the PyQt
mailing list