
Hello Stani,
Since 1 year, I'm developping a motorized panohead control software, call Papywizard (PAnoramic PYthon WIZARD):
http://trac.gbiloba.org/papywizard
I'm at the end of the 1.x branch (about to release the last stable version, 1.6). This branch is build against PyGTK, because my first target is Nokia internet tablets (770, N80 and N810). But I have many issues with PyGTK maemo port, so I decided to switch to PyQt for the v2, which will open much more plateforms support (but drop 770 compatibility).
This v2 is an ambitious project, where I plan to write a robust framework, in order to be able to add new features and other hardware panohead support more easily. So, I think it will be build arround a plugins framework.
As Phatch is using a great plugin architecture, I would like to know if you have some links to documentations on this subject, or if there are books I should buy?
Thanks,