Segment fault tring to create akonadi resource in python

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi to all,
I want to create an akonadi resource using python, I start this simple 
script:

#!/usr/bin/python

import sys
from PyKDE4.akonadi import *
from PyQt4 import QtCore

class PyGCalResource( Akonadi.ResourceBase ):
        id = None

        def __init__( self, id ):
                Akonadi.ResourceBase.__init__( self, id )
                self.id = id

if __name__ == "__main__":
        p = PyGCalResource( QtCore.QString( 'PyGCalResource' ) )


But I receive this error using gdb:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff0afc1b0 in QObject::thread() const () from 
/usr/lib64/libQtCore.so.4

Have you got any suggestions?

Thank you very much
-- 
Mario Santagiuliana
www.marionline.it

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
kde mailing list
kde@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/kde
New to KDE4? - get help from http://userbase.kde.org

[Index of Archives]     [KDE Users]     [Fedora General Discussion]     [Older Fedora Users Mail]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Maintainers]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Triage]     [Coolkey]     [Yum Users]     [Yosemite Forum]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]

  Powered by Linux