hello,<br><br>i have two cpp classes ported in two .sip files that id like to get into one python module so that id be able to call it like this:<br><br>from module import class1, class2 etc.<br><br>somehow i cant figure out what i am missing here. i tried to follow sip files for pyqt and qscintilla but no luck.
<br>other than having sip files written in a special way, do i need to use any specific params for the sip command upon generating the cpp files and the makefile?<br><br>thanks a lot in advance.<br><br>SHY<br>