<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;color:#000000;"><DIV>I was trying to solve a problem where the breakpoint icon wasn't appearing when I set a breakpoint so I decided to make a fresh installation&nbsp;of everything for ERIC, but I'm encountering an error when I try to compile PyQt.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm working on windows XP SP2.&nbsp; I uninstalled all of my python installations, previous QT, previous PyQT, mingw, I never had sip or Qscintilla before.&nbsp; Then:</DIV>
<DIV>&nbsp;</DIV>
<DIV>- installed python 2.6.2</DIV>
<DIV>- installed the open source version of QT4 (qt-win-opensource-4.5.2-mingw.exe) and allowed it to automatically install mingw for me.</DIV>
<DIV>- in the command window I add python, qt\4.5.4\bin and mingw\bin to my path</DIV>
<DIV>- I install sip without problem (python configure.py --platform win32-gcc; make; make install)</DIV>
<DIV>- I install qsintilla without problem (qmake qscintilla.pro; make; make install)</DIV>
<DIV>- Then I attempt to install PyQt ( PyQt-win-gpl-4.5.1) and run into problems.</DIV>
<DIV>&nbsp;</DIV>
<DIV>When I run make I get the following error.&nbsp;&nbsp; If someone could point out where I've gone wrong here I would greatly appreciate it.</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>
<P>C:\Documents and Settings\Michael\My Documents\PythonIDEDowloads\PyQt-win-gpl-4.</P>
<P>5.1\PyQt-win-gpl-4.5.1&gt;make</P>
<P>mingw32-make[1]: Entering directory `C:/Documents and Settings/Michael/My Docume</P>
<P>nts/PythonIDEDowloads/PyQt-win-gpl-4.5.1/PyQt-win-gpl-4.5.1/qpy'</P>
<P>mingw32-make[2]: Entering directory `C:/Documents and Settings/Michael/My Docume</P>
<P>nts/PythonIDEDowloads/PyQt-win-gpl-4.5.1/PyQt-win-gpl-4.5.1/qpy/QtCore'</P>
<P>mingw32-make -f Makefile.Release</P>
<P>mingw32-make[3]: Entering directory `C:/Documents and Settings/Michael/My Docume</P>
<P>nts/PythonIDEDowloads/PyQt-win-gpl-4.5.1/PyQt-win-gpl-4.5.1/qpy/QtCore'</P>
<P>g++ -c -O2 -frtti -fexceptions -mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT</P>
<P>-DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"c:\Qt\4.5.2\incl</P>
<P>ude\QtCore" -I"c:\Qt\4.5.2\include\QtGui" -I"c:\Qt\4.5.2\include" -I"c:\Python26</P>
<P>\include" -I"..\..\QtCore" -I"c:\Qt\4.5.2\include\ActiveQt" -I"release" -I"c:\Qt</P>
<P>\4.5.2\mkspecs\default" -o release\qpycore_chimera.o qpycore_chimera.cpp</P>
<P>In file included from qpycore_sip.h:42,</P>
<P>from qpycore_chimera.h:46,</P>
<P>from qpycore_chimera.cpp:43:</P>
<P>sip/QtCore/qobject.sip:542:25: qpycore_api.h: No such file or directory</P>
<P>mingw32-make[3]: *** [release/qpycore_chimera.o] Error 1</P>
<P>mingw32-make[3]: Leaving directory `C:/Documents and Settings/Michael/My Documen</P>
<P>ts/PythonIDEDowloads/PyQt-win-gpl-4.5.1/PyQt-win-gpl-4.5.1/qpy/QtCore'</P>
<P>mingw32-make[2]: *** [release] Error 2</P>
<P>mingw32-make[2]: Leaving directory `C:/Documents and Settings/Michael/My Documen</P>
<P>ts/PythonIDEDowloads/PyQt-win-gpl-4.5.1/PyQt-win-gpl-4.5.1/qpy/QtCore'</P>
<P>mingw32-make[1]: *** [all] Error 2</P>
<P>mingw32-make[1]: Leaving directory `C:/Documents and Settings/Michael/My Documen</P>
<P>ts/PythonIDEDowloads/PyQt-win-gpl-4.5.1/PyQt-win-gpl-4.5.1/qpy'</P>
<P>mingw32-make: *** [all] Error 2</P>
<P>C:\Documents and Settings\Michael\My Documents\PythonIDEDowloads\PyQt-win-gpl-4.</P>
<P>5.1\PyQt-win-gpl-4.5.1&gt;</P>
<P>&nbsp;</P>
<P>Thanks Michael</P></FONT></DIV></div><br>



      </body></html>