<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>I got around the PyQT problem by downloading the windows installer for PyQt.&nbsp; So that has gone smoothly, but now when I try to build and install the Qscintilla Python Bindings I'm getting a make error:</DIV>
<DIV>&nbsp;</DIV>
<DIV>makefile:20 missing separator. Stop.</DIV>
<DIV>&nbsp;</DIV>
<DIV>This is the relevant portion of the makefile.&nbsp; I'm using mingw32-make that was installed with QT.&nbsp; I tried removing the leading white space on the indented lines, but that leads to a multiple targets error.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm not familiar with make files and would appreciate any help I could get.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.cpp{}.obj::<BR>&nbsp;&nbsp;&nbsp; $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @&lt;&lt;<BR>&nbsp;&nbsp;&nbsp; $&lt;<BR>&lt;&lt;</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.cc{}.obj::<BR>&nbsp;&nbsp;&nbsp;&nbsp;$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @&lt;&lt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;$&lt;<BR>&lt;&lt;</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.cxx{}.obj::<BR>&nbsp;&nbsp;&nbsp;&nbsp;$(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @&lt;&lt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;$&lt;<BR>&lt;&lt;</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.C{}.obj::<BR>&nbsp;&nbsp;&nbsp; $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) -Fo @&lt;&lt;<BR>&nbsp;&nbsp;&nbsp; $&lt;<BR>&lt;&lt;</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">{.}.c{}.obj::<BR>&nbsp;&nbsp;&nbsp; $(CC) -c $(CFLAGS) $(CPPFLAGS) -Fo @&lt;&lt;<BR>&nbsp;&nbsp;&nbsp; $&lt;<BR>&lt;&lt;</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">all: $(TARGET)</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">$(OFILES): $(HFILES)</FONT></DIV>
<DIV><FONT face="Courier New, courier, monaco, monospace, sans-serif">$(TARGET): $(OFILES)<BR>&nbsp;$(LINK) $(LFLAGS) /OUT:$(TARGET) @&lt;&lt;<BR>&nbsp;&nbsp; $(OFILES) $(LIBS)<BR>&lt;&lt;<BR>&nbsp;mt -nologo -manifest $(TARGET).manifest -outputresource:$(TARGET);2</FONT></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">&nbsp;</DIV></DIV></div><br>

      </body></html>