On Monday 17 November 2003 6:24 pm, Randy Carnahan wrote: > Hello. I tried searching the archives for an answer, yet only found a few > others asking similiar question with no resolution that I could find. So I > apologize in advance if in fact this has been answered before. :-) > > I'm trying to install PyQT on a RedHat 9.0 box, but the build.py dies when > it hits sip/gtmod.sip. Here are my details: > > Qt 3.1.1 > Python 2.3 > PyQt-x11-gpl-3.8.1 > > [EMAIL PROTECTED] $ /usr/local/bin/sip -V > 4.0 (4.0pre3-SIP4-107) > > Error from 'python build.py -l qt-mt': > ... > *************************************************************************** >*** Generating the C++ source for the qt module. > *************************************************************************** >*** sip: sip/qtmod.sip:33: parse error > *************************************************************************** >*** Error: /usr/local/bin/sip failed with an exit code of 1. > *************************************************************************** >*** > > Any answers or clues?
You need a current PyQt snapshot if you are using SIP v4. (But see my earlier message about current snapshots.) Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
