0

I'm working on rewriting a software package my employer uses for system health checks from Windows Batch to Python. Is there an easy way to include a Python 2.7 installation with this package, that can be moved around? Or will I have to install Python on the machines I'm running the scripts on each time?

I've looked into Portable Python, but it seems like more of a portable dev environment then a portable installation I can run scripts off of.

WR7500
  • 417
  • 1
  • 3
  • 12
  • 1
    Possible solutions include py2exe, pyinstaller, cx-freeze, etc. – g.d.d.c Apr 23 '14 at 17:38
  • Well, anywhere you have any Python and any text editor, you have a "dev environment". If your problem with Portable Python is that it has "too many batteries included" you can choose not to install all of them: just uncheck them in the installation process. – John Y Apr 23 '14 at 17:43

0 Answers0