Creating interactive command-line Python app?

Akira Li 4kir4.1i at gmail.com
Sat Dec 13 11:15:58 EST 2014


Steven D'Aprano <steve+comp.lang.python at pearwood.info> writes:

> rfreundlich21 at colonial.net wrote:
>
>> um, what if I want to USE a command line for python WITHOUT downloading or
>> installing it????
>
> Who are you talking to? What is the context?
>
> Like all software, you can't use Python apps without all their dependencies
> being installed. If you use the Linux operating system, it will have Python
> already installed. Otherwise, you will have to install it.
>
> If you can't install it, or don't want to, you can't use Python.

cx_Freeze, PyInstaller, py2exe, etc allow to create a standalone
distribution i.e., you could ship your executable with a bundled Python
interpreter.


--
Akira




More information about the Python-list mailing list