On Sunday 04 July 2004 14:35, Fernando Jorge Silveira Filho wrote: > About the C++ extension issue, how do I go about implementing an > extension? Is there some sort of tutorial on this? I have to admit that > I am still sort a Python newbie. I am willing to try it anyway, since I > still think that if I can solve this on Python the final result will > look a lot more "elegant" than a full C++ solution.
SIP: http://www.river-bank.demon.co.uk/docs/sip/sipref.html#a-more-complex-c-example I'm not aware of a full from start to end tutorial about taking a Qt subclass from a python program, rewriting it in C++ and then using the C++ version from the python code... cheers, -- Simon Edwards | Guarddog Firewall [EMAIL PROTECTED] | http://www.simonzone.com/software/ Nijmegen, The Netherlands | "ZooTV? You made the right choice." _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
