Ignacio Lorenzo García wrote:
> Hello,
> I'm trying to create a resource akonadi in python, but I need help getting
> started.Anybody can help me find documentation? or guide me?
Nobody has done it yet with the bindings. It is probably not possible.
Akonadi::Item uses C++ templates, which are no
Hi!
On Tuesday, 2010-11-30, Ignacio Lorenzo García wrote:
> Hello,
> I'm trying to create a resource akonadi in python
Awesome!
> , but I need help getting
> started.Anybody can help me find documentation? or guide me?
I am no expert in either Python or KDE's Python bindings but the
retrieveCo
Hello,
I'm trying to create a resource akonadi in python, but I need help getting
started.Anybody can help me find documentation? or guide me?
This is code
from PyKDE4.akonadi import *
from PyQt4 import QtCore
class FbResource( Akonadi.ResourceBase ):
id = None
def __init__(self, id):