<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body 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>
</body></html>