[PyQt] pyqtdeploy : adding datetime module cause SIGABRT
Sébastien RAMAGE
sramage at poifindus.com
Wed Aug 5 08:01:37 BST 2015
I'm trying to use QDate but since my app use xmlrpc with
use_datetime=True, it requires some changes to work.
Not sure if it can help, but have you seen this issue
http://bugs.python.org/issue23496 ?
Seb
Le 04/08/2015 18:05, Stephen Chapman a écrit :
> I believe i ran into this as well
>
> Is there any way you could use the QDate Class in Qt ?
>
>
>
> On Tue, Aug 4, 2015 at 10:49 AM, Sébastien RAMAGE
> <sramage at poifindus.com <mailto:sramage at poifindus.com>> 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
>
>
> Seb
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> <mailto:PyQt at riverbankcomputing.com>
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20150805/7358ed8f/attachment.html>
More information about the PyQt
mailing list