On Tuesday, August 31, 2010, Roman Sokolyuk <romsok.t...@gmail.com> wrote:
> Hi,
>
> I am new to Python and I wanted to understand something...
> The EVE Online Client is build using Stackless Python
> So when I install the client on my machine, how doe sit get run if I do not 
> have Python installed?
>
We call it "freezing" the program. There are several tools that do
this with py2exe being the most popular. These tools create an
executable that includes a bundled python interpreter along with all
the scripts and modules needed to run the program.
> Thanks.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to