no nein <jhoulberg...@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".

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to