Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-29 Thread Barry Scott
> On 29 Sep 2020, at 13:13, bhashkar prakash Singh > wrote: > > >Get the source of python.org python 2.7.18 and you will > >find that builds without patches >against OpenSSL 1.1.1g. > >I would then diff the C files that do not compile in stackless to look for > >the requ

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-29 Thread bhashkar prakash Singh
>Get the source of python.org python 2.7.18 and you will find that builds without patches >against OpenSSL 1.1.1g. >I would then diff the C files that do not compile in stackless to look for the required fixes. Thanks Barry. Some warnings were left in code after patching cpython files. After fixin

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-25 Thread Barry
>> On 25 Sep 2020, at 03:28, bhashkar prakash Singh >> wrote: >  > Hi Barry, > > Thanks for your response. > > I am not an expert in python code. Could you please elaborate a bit more on > this. Which cpython code are you referring to? > did you modify other files also apart from _hashop

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-24 Thread bhashkar prakash Singh
Hi Barry, Thanks for your response. I am not an expert in python code. Could you please elaborate a bit more on this. Which cpython code are you referring to? did you modify other files also apart from _hashopenssl.c and _ssl.c to work with openssl-1.1.1g ? Regards, Bhashkar On Fri, Sep 25,

Re: stackless python 2.7.9 and openssl-1.1.1g

2020-09-24 Thread Barry Scott
> On 24 Sep 2020, at 19:21, bhashkar prakash Singh > wrote: > > Hi, > > I am using stackless Python 2.7.9 in my project and openssl-1.0.2q. > I just upgraded the Openssl version to 1.1.1g, due to which python > compilation started failing. So, I patched _hashopenssl.c and _ssl.c file > in

Re: Stackless Python and EVE Online

2010-08-31 Thread Terry Reedy
On 8/31/2010 11:10 AM, Benjamin Kaplan wrote: On Tuesday, August 31, 2010, Roman Sokolyuk 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 hav

Re: Stackless Python and EVE Online

2010-08-31 Thread Benjamin Kaplan
On Tue, Aug 31, 2010 at 5:45 PM, Krister Svanlund wrote: > On Tue, Aug 31, 2010 at 5:10 PM, Benjamin Kaplan > wrote: >> On Tuesday, August 31, 2010, Roman Sokolyuk wrote: >>> Hi, >>> >>> I am new to Python and I wanted to understand something... >>> The EVE Online Client is build using Stackless

Re: Stackless Python and EVE Online

2010-08-31 Thread Krister Svanlund
On Tue, Aug 31, 2010 at 5:10 PM, Benjamin Kaplan wrote: > On Tuesday, August 31, 2010, Roman Sokolyuk 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

Re: Stackless Python and EVE Online

2010-08-31 Thread Benjamin Kaplan
On Tuesday, August 31, 2010, Roman Sokolyuk 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 "free

Re: Stackless Python and EVE Online

2010-08-31 Thread Thomas Jollans
On Tuesday 31 August 2010, it occurred to Roman Sokolyuk to exclaim: > 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 instal

Re: Stackless Python for 2.4.3

2006-03-30 Thread Richard Tew
I would just like to clarify, the windows specific paths do not imply that Stackless compiles only on Windows, or that the tests being run on Windows is all I am interested in. Stackless compiles on a range of non-Windows platforms, including x86 linux, mac os and others. And knowing the port wor

Re: Stackless Python for 2.4.3

2006-03-30 Thread Stephan Diehl
On Thu, 30 Mar 2006 06:04:27 -0800, Fuzzyman wrote: > > Richard Tew wrote: >> Hi, >> >> Stackless Python is now available for the recent release of Python >> 2.4.3 (final). >> > > Does anyone happen to know if Stackless Python is compatible with > existing third party extension modules (like e.g

Re: Stackless Python for 2.4.3

2006-03-30 Thread Fuzzyman
Richard Tew wrote: > Hi, > > Stackless Python is now available for the recent release of Python > 2.4.3 (final). > Does anyone happen to know if Stackless Python is compatible with existing third party extension modules (like e.g. Tkinter and wxPython) ? I'm afraid my internet connection here is

Re: Stackless Python

2006-01-14 Thread alexander . limi
Christian Tismer wrote: > Thanks to Carl Friedrich, I restarted the Zope process. > > I have no idea why it broke, the site was running since 38 days > without problems. The Zope/Plone process was still there, blocking > the port. > > Maybe I should go for something simpler than Plone... Hi Chris

Re: Stackless Python

2006-01-07 Thread Xavier Morel
Christian Tismer wrote: > Xavier Morel wrote: > >> Would anyone have more informations about that? It doesn't seem to be an >> issue on my side (since I tried to access the Stackless site from two >> different connections and 3 computers) but I can't rule it out. > > Thanks to Carl Friedrich, I

Re: Stackless Python

2006-01-07 Thread Christian Tismer
Xavier Morel wrote: > Would anyone have more informations about that? It doesn't seem to be an > issue on my side (since I tried to access the Stackless site from two > different connections and 3 computers) but I can't rule it out. Thanks to Carl Friedrich, I restarted the Zope process. I hav

Re: Stackless Python

2006-01-07 Thread Carl Friedrich Bolz
Xavier Morel wrote: > I managed to find some documentations and papers, but most if not all of > them are related to pre-2.0 Stackless. The issue is, I just can't seem > to reach the Stackless website (http://stackless.com). Some specific > pages of the site do work (http://stackless.com/spcpape

Re: Python in Games (was RE: [Stackless] Python in Games)

2005-06-15 Thread Don
Irmen de Jong wrote: > Patrick Down wrote: >> My understanding is that the upcoming Civilization IV will have python >> scripting. >> > > Also, alledgedly the new BattleField II uses Python in a way... > because I heard that you had to comment out a certain line > in a certain .py file to remove

RE: Python in Games (was RE: [Stackless] Python in Games)

2005-06-14 Thread Delaney, Timothy C (Timothy)
Irmen de Jong wrote: > Also, alledgedly the new BattleField II uses Python in a way... > because I heard that you had to comment out a certain line > in a certain .py file to remove the time limit of the demo :-) Silly silly people - they should have at least had the launcher and that part in Pyr

Re: Python in Games (was RE: [Stackless] Python in Games)

2005-06-14 Thread Irmen de Jong
Patrick Down wrote: > My understanding is that the upcoming Civilization IV will have python > scripting. > Also, alledgedly the new BattleField II uses Python in a way... because I heard that you had to comment out a certain line in a certain .py file to remove the time limit of the demo :-) --

Re: Python in Games (was RE: [Stackless] Python in Games)

2005-06-14 Thread Patrick Down
My understanding is that the upcoming Civilization IV will have python scripting. -- http://mail.python.org/mailman/listinfo/python-list

RE: Python in Games (was RE: [Stackless] Python in Games)

2005-06-14 Thread Delaney, Timothy C (Timothy)
Dave LeCompte (really) wrote: >> Who is using Python in games >> >> Python has been used in a number of games, including >> >>* ToonTown - http://www.toontown.com/ >>* EveOnline - http://www.eve-online.com/ >>* Blade of Darkness - http://www.codemastersusa.com/blade/ Add to that: -