: : : So, everytime I make software the person has to have Python Interpreter to make it work? That seems like kind of a hassle for them, or is it just a plugin which they don't need to do anything like the FLASH plugin or Java plugin?
: :
: : Python is interpreted. You can't normally run a Python script unless you have the Python interpreter. It's not like a typical browser plugin that can be downloaded automatically, it has to be installed. Once it's installed it can be used indefinitely. It's a very simple install. I believe that the Python license even allows you to give away copies of the setup package as much as you like.
: :
: :
: :
infidel
: :
: :
:
: Sorry to butt in but I have found a prog extension to Python that generates Executables.
: Its just called Installer at
:
http://www.mcmillan-inc.com/install5_ann.html
:
: Its a little complex to use but for a simple trial prog it worked fine, the only thing it does is open anumber of files while it runs.
: A 1K prog to display the cursor postion yeilded up an .exe of 600K. Which is very good.
: IF you want to see the prog then drop me an E-mail at Skepsis@blueyonder.co.uk
:
: Python is Excelent
:
Okay, please excuse my idiotcy. So if I want my friend to be able to use my program, he has to copy/paste my script into Python Interpreter and run it?
So, how am I suppose to let people download my programs on the net, just make them copy/paste the script into python interpreter?
- www10.brinkster.com/kenikov