<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 5, 2014 at 11:17 PM,  <span dir="ltr"><<a href="mailto:blipton@lycos.com" target="_blank">blipton@lycos.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><u></u>
<div style="font-size:10pt;font-family:Verdana,Geneva,sans-serif">
<p> </p>
<p>I have the Qt 5.3.1 suite installed on Win7 32-bit.   In Qt Creator I generated a .dll plugin that loads and works fine using Qt Designer.</p>
<p> </p>
<p>Using the same computer, I then installed Python 3.4.1 and PyQt 5.3.1, and copied the above dll into:</p>
<p>C:\Python34\Lib\site-packages\PyQt5\plugins\designer</p>
<p> </p>
<p>However, when I open PyQt Designer (Help->About Plugins), it's listed but says it cannot load the dll library ("The specified module could not be found.").  If I move the dll to any other folder, it doesn't get listed at all in the about plugins menu.</p>

<p> </p>
<p>Since PyQt doesn't come with Creator, I assume I have to modify the dll build process using Qt Creator to something that PyQt Designer can recognize, but what?   They're both running 5.3.1, so not sure why the Designers behave differently.</p>

<p> </p>
<p>Thanks!</p>
<p>Ben</p>
<p> </p>
<p> </p>
<p> </p>
<div> </div>
</div>
<br>_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">
<div style="font-family:arial,sans-serif;font-size:13px">Ben,</div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">That message can refer to a missing dependency. Have you tried using <a href="http://www.dependencywalker.com/" target="_blank">http://www.dependencywalker.com/</a> ?  Make sure you run it using the same environment (PATH, etc.).</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">- Michael</div></div></div>