<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Has anyone had any success using eclipse with PyQt 4.2 and Python 2.5.</blockquote><div>
<br>I am using it very frequently.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">When I run a python script with<br>from PyQt4 import QtCore, QtGui
<br>I get the error message<br>&quot;The application failed to start because mingwm10.dll was not found.&quot; <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
When I run in from the command line I need to set my path and pythonpath<br>before it will import PyQt but presumably I need to set something in<br>Eclipse. I tried Selecting Window=&gt;preferences=&gt;interpreter-python and
<br>added a new folder (containing mingwm10.dll) c:\minGW\bin, to the<br>PythonPath but it didn&#39;t resolve the problem. Any ideas?</blockquote><div><br>You can modify the environment of your launch configuration i.e.<br>
<br>Run -&gt; Run... -&gt; (select the launch configuration) -&gt; Environment -&gt;&nbsp; New...<br><br>And then:<br><br>Name: Path<br>Value: ${env_var:Path};&quot;your_mingw_folder&quot;<br></div><br></div>Regards,<br>Miguel
<br><br>