<div dir="ltr">Thanks a lot guys, I'll try during these days all the solutions you said.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 15, 2014 at 5:35 PM, michael h <span dir="ltr"><<a href="mailto:michaelkenth@gmail.com" target="_blank">michaelkenth@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Sat, Nov 15, 2014 at 6:07 AM, Giacomo Licari <span dir="ltr"><<a href="mailto:giacomo.licari@gmail.com" target="_blank">giacomo.licari@gmail.com</a>></span> wrote:<br></div></div><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"><div><div class="h5"><div dir="ltr">Hi everybody,<div>I'm a new user, I have a little question, maybe someone more experienced than me could reply.</div><div>I developed a little application for an University Course, using PyQt4 and Python 3, my question is:</div><div>is possible to make the application portable? </div><div><br></div><div>The professor should execute the application from his PC, without installing the libraries, maybe putting all the content on a CD-ROM.</div><div><br></div><div>Thanks in advance for your help.</div><div><br></div><div>I'll make the application source corde available on github.</div><div><br></div><div>Regards,</div><div>Giacomo</div></div>
<br></div></div><span class="">_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">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></span></blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Adding to what Andreas and Ilya both said:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div>I've had best success with cxfreeze on python 3 (with a somewhat complex PyQt5/python3.4 application, which uses various other C extensions as well).</div><div><br></div><div>There's a py3 branch of pyinstaller that almost worked (had a problem with pywin32). Pyinstaller worked out of the box for the py2 version of the above mentioned app.</div><div><br></div><div>I'll second what Ilya said about testing on a different machine to make sure all the DLLs/etc were included as well.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>- MH</div></font></span></div></div>
</blockquote></div><br></div>