[PyKDE] SIP: Module initialization code?

Bjorn Pettersen BPettersen at narex.com
Wed May 15 01:49:00 BST 2002


I'm trying to wrap a library that calls into ADO. ADO being a COM thing,
needs to have 

  CoInitialize(NULL);

called before any other calls... Is there anywhere convenient to put
this code? (I couldn't find an example of this in PyQT).

-- bjorn




More information about the PyQt mailing list