[PyQt] pyqtdeploy : adding datetime module cause SIGABRT

Phil Thompson phil at riverbankcomputing.com
Sun Aug 9 11:19:06 BST 2015


On 04/08/2015 3:49 pm, Sébastien RAMAGE wrote:
> I tried to add the datetime module to a working *.pdy  (Phil's
> pyqt-demo.pdy)  without touching the *.py file (I didn't even put
> "import datetime") and it cause SIGABRT on Py_Initialize()
> 
> Unchecking datetime in pyqtdeploy "solves" the problem (but my app
> needs datetime...)
> 
> Attached pdy and py files
> 
> I'm using the latest pyqtdeploy from hg, PyQT5.5.1 snapshot, SIP
> 4.16.9, Qt 5.5.0 and python3.4.3

Should be fixed in current hg. You will need to re-build Python.

Phil


More information about the PyQt mailing list