View Single Post
Old Jan 21st, 2008, 1:38 PM   #2
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 837
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Re: Games you don't download

You must have Flash Player installed to play Flash games.

Python scripts cannot be run in a browser window.

There are programs (such as py2exe) that can convert your Python script to an executable by bundling the Python interpreter with your script. These programs will dramatically increase the size of your program and may not work if you use non-standard libraries such as numpy.
titaniumdecoy is offline   Reply With Quote