Jade Beckmann <jademu...@gmail.com> writes:

> I'm just wondering how someone who doesn't have the python software
> installed on their PC or mac would be able to run the program?

The program will need the Python interpreter and standard library
installed, along with any third-party libraries on which your program
depends. That's a fact of how Python works.

The general problem is termed “distribution” of your Python code. See
the Python Wiki for discussion of tools to help with distribution
<URL:https://wiki.python.org/moin/DistributionUtilities>.

-- 
 \           “Anything that we scientists can do to weaken the hold of |
  `\        religion should be done and may in the end be our greatest |
_o__)                  contribution to civilization.” —Steven Weinberg |
Ben Finney

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to