On Tue, Aug 31, 2010 at 5:10 PM, Benjamin Kaplan
<benjamin.kap...@case.edu> wrote:
> 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
>

I'm not sure but I do believe it is mainly the servers that are
written in stackless...
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to