<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">... or you can use PyInstaller to achieve the same effect without<br>recompiling anything.
<br></blockquote></div><br>I tried py2exe, cx_freeze and a number of similar applications but as far as I can see they all require the libraries to be in different files, which are either a) installed as separate files, requiring uninstallation or b) extracted from the executable at execution time, meaning they are left behind if application execution is interrupted for any reason.
<br><br>I think my approach is cleaner for the application user, if a bit more complex for the developer.<br><br>Regards,<br>Miguel<br><br>