On Thursday 12 June 2003 09:05 pm, Frederick Polgardy Jr wrote: > Why not write what's called (in "Patterns" speak) an Adaptor class: one > which provides its own interface, and keeps track of the Python objects it > needs to use internally. What kind of interface is the target application > expecting?
That is basically what we would be looking for SIP to do, just as it does for C++ to python bindings. Basically, we would rather have someone send an hour writting a SIP definition than a few days writing a C++ class. The target interface is a QObject, so we though that sip would be a good start. > _______________________________________________ > PyKDE mailing list [EMAIL PROTECTED] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
