Re: Howto create akonadi resource in python

2010-12-01 Thread Stephen Kelly
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

Re: Howto create akonadi resource in python

2010-12-01 Thread Kevin Krammer
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

Howto create akonadi resource in python

2010-12-01 Thread Ignacio Lorenzo García
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):