Stackless Python and EVE Online

Benjamin Kaplan benjamin.kaplan at case.edu
Tue Aug 31 11:10:16 EDT 2010


On Tuesday, August 31, 2010, Roman Sokolyuk <romsok.tech at 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.



More information about the Python-list mailing list