Hi list,<br><br>Sorry for the repetition, but since nobody has commented on patch 1644818 for about a week I thought perhaps I should ask again.<br><br>Is there anything I need to do before the patch is ready for inclusion?
<br><br>As a remainder, this patch (which can be seen at <a href="https://sourceforge.net/tracker/?func=detail&amp;atid=305470&amp;aid=1644818&amp;group_id=5470" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://sourceforge.net/tracker/?func=detail&amp;atid=305470&amp;aid=1644818&amp;group_id=5470
</a>) fixes built-in submodules.&nbsp; At the moment importing built-in submodules does not work whether the parent submodule is itself built-in, a normal module or a frozen module.&nbsp; This small patch fixes all three cases and has been tested to work under Windows.
<br><br>This is useful for example with the PyQt project, which provides a package called PyQt4 containing a number of extension modules (PyQt4.QtCore, PyQt4.QtGui, etc).&nbsp; It should be possible to create a bespoke Python interpreter that has these extensions statically linked, but without this patch importing these extensions fails in such an interpreter.
<br><br>Regards,<br>Miguel<br><br>