<table cellspacing='0' cellpadding='0' border='0' ><tr><td valign='top' style='font: inherit;'>Hi All,<br><br>Question: How hard is it to convert python code to an exe?<br><br>Details: I've written some test software in python for my company.&nbsp; We'd like to be able to distribute the software without having to install python on the instrument computer.<br><br>The software itself is several hundred lines of code, that imports and uses several modules: SciPy, NumPy, PIL (python imaging library) and matplotlib.&nbsp; My background is in ME, so I'm far from an expert at coding and I'd still consider myself a begginer when it comes to Python.&nbsp; My code is still a little cumbersome (due to my past experience in Matlab) and is far from pythonic.&nbsp; <br><br>I've had some success generating .exe files using pyinstaller for a few simple python programs i've written (less than 100 lines of code, that just use the os module).&nbsp; How much harder will
 this be for longer code with more modules imported?<br><br>In general I think we have a few options:<br>1)&nbsp; If it's easy I can do it myself.&nbsp; I'm just worried that including the modules will make things messy/impossible.<br>2)&nbsp; If it's too hard for me, but easy for an expert.&nbsp; We could probably hire a consultant to package.<br>3)&nbsp; If it's too hard for anybody (unlikely).&nbsp; We could have someone in-house port the code to C or VB.<br><br>Any other general advice would be appreciated.<br><br>Thanks,<br>Keith<br></td></tr></table><br>