Compiling multiple python scripts into an exe file

dieter dieter at handshake.de
Wed Jan 14 01:53:45 EST 2015


no nein <jhoulberg.90 at gmail.com> writes:

> Basically, is it possible to compile multiple unrelated python scripts into a single exe file, so when execute it several python programs are run at once.

These are two distinct problems:

  *  for doing things in paralell, look at "threading" or "multiprocessing"
  *  for generating exe files, look at "freeze".




More information about the Python-list mailing list