I'm currently writing a simple Python (2.7) program using the Python Image Library. How can I make my program portable, so that I can run in on another computer (that doesn't already have PIL installed).
I've looked into creating a setup.py file, but I'm not sure this is on the right track.