On Mon, 11 Apr 2011 13:19:56 -0400, Brian Devaney <[email protected]> wrote: > I have been working with the QtiPlot application for Linux and I am > running into a problem with the SIP package. The makefile is asking for > a file called sipapiqti.h that it cannot find. I have the latest SIP > dev packages installed for Ubuntu 10.10 and this file is no where on my > system. I tried doenloading the SIP4.12 source and building it, but > that does not create the file either. > > Thanks for your help in advance.
Given the file name ends with "qti" you might guess that it is not part of SIP but is generated by SIP from your .sip files. Also it will begin with "sipAPI", not "sipapi". Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
