<br>> Hi,<br>> I'm new to this group. I've tried finding my answer in existing messages,<br>> but no such luck.<br>><br>> What I want to do is to compile/bundle/prepare/whateve<div id="mb_0">r_term a simple
<br>> Python script for deployment on a Windows machine. Installing Python<br>> itself on that machine, is not an option. Ideally I would like to obtain<br>> a single executable file, but a script+runtime is acceptable.
<br>><br>> There is nothing graphical, nothing fancy about the script.<br>> The only imports are: os, stat, string and time.<br>><br>><br>> Any suggestions on an - easy and clear - path to follow ?<br>>
<br>><br><br>cx_Freeze was not mentioned so far. its perhaps most easy and clear.<br><br><br><br>Robert<br><br>[You might also look into Py2Exe - <a href="http://www.py2exe.org/">http://www.py2exe.org/</a> I have used this before and it wasn't too difficult to bundle everything up into 1 exe file. Definately read the tutorial]
<br><br>Dave<br></div>