does anyone know a way to package a "static" version of a python module?<br>This is, the same that pyinstaller does with single scripts, but with a complete module directory. <br><br>I'm specially interested in packaging all pyqt4, sip and qt4 dependencies within the module itself. <br>
<br>thanks, <br>Jaime.<br><br>