Thanks Yao. <br>
<br>
Finally I used MinGW because I had many issues with nmake.<br>
<br>
I have done a step by step procedure of what I did if someone else is looking for such information.<br>
<br>1. Get SIP (<a href="http://www.riverbankcomputing.com/">http://www.riverbankcomputing.com/</a>)<br>2. Unzip SIP4.10 in an empty folder<br>2. Get PyQT4 (<a href="http://www.riverbankcomputing.com/">http://www.riverbankcomputing.com/</a>)<br>
3. Unzip in another folder.<br>4. For commercial version ,get <br><a href="http://www.riverbankcomputing.com/@@vault?fname=pyqt-commercial.sip">http://www.riverbankcomputing.com/@@vault?fname=pyqt-commercial.sip</a><br>5. For commercial version, copy pyqt-commercial.sip to /folder_in_which_PyQt_was_unziped/sip/.<br>
6. Install Python 2.6.4<br>7. Install QT LGPL version (<a href="http://get.qt.nokia.com">http://get.qt.nokia.com</a>).<br>8. Now you need either MSVC 2008 or MinGW installed to have &quot;make&quot; command on windows.<br>
6. After above installations, go to SIP folder. Launch a command prompt on this folder.<br>7. Launch following cmd for MinGW : python configure.py --platform win32-g++<br>8. Then launch : C:\MinGW\bin\mingw32-make.exe<br>
9. Then launch : C:\MinGW\bin\mingw32-make.exe install<br>10. Go to PyQt folder.<br>11. Launch following cmd : python configure.py<br>12. Then launch : C:\MinGW\bin\mingw32-make.exe<br>13. Then launch : C:\MinGW\bin\mingw32-make.exe install<br>
<br>
Have a nice weekend,<br>
Mrugesh.<br><br><div class="gmail_quote">On 18 February 2010 20:46, Yao Ko <span dir="ltr">&lt;<a href="mailto:koyao@raptr.com">koyao@raptr.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Try &#39;nmake&#39; from Visual Studio 2008 Express.<br>
<br>
Yao<br>
<div><div></div><div class="h5"><br>
On Thu, Feb 18, 2010 at 10:54 AM, M Chauhan &lt;<a href="mailto:mrch81@gmail.com">mrch81@gmail.com</a>&gt; wrote:<br>
&gt; Hello all,<br>
&gt;<br>
&gt; I am trying to install PyQt/SIP. It requires launching &quot;make&quot; on windows.<br>
&gt;<br>
&gt; But &quot;make&quot; doesn&#39;t run on windows. Do I need something extra to install this<br>
&gt; on windows?<br>
&gt;<br>
&gt; I checked on the old archive mails but I couldn&#39;t find something to help<br>
&gt; solve this.<br>
&gt;<br>
&gt; Log:<br>
&gt; D:\sip-4.10&gt;python configure.py<br>
&gt; This is SIP 4.10 for Python 2.6.4 on win32.<br>
&gt; The SIP code generator will be installed in C:\Python26.<br>
&gt; The SIP module will be installed in C:\Python26\Lib\site-packages.<br>
&gt; The SIP header file will be installed in C:\Python26\include.<br>
&gt; The default directory to install .sip files in is C:\Python26\sip.<br>
&gt; The platform/compiler configuration is win32-msvc2008.<br>
&gt; Creating sipconfig.py...<br>
&gt; Creating top level Makefile...<br>
&gt; Creating sip code generator Makefile...<br>
&gt; Creating sip module Makefile...<br>
&gt;<br>
&gt; D:\sip-4.10&gt;make<br>
&gt; &#39;make&#39; is not recognized as an internal or external command,<br>
&gt; operable program or batch file.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Mrugesh.<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
&gt; <a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
&gt;<br>
</blockquote></div><br>