Stackless python

Christian Tismer tismer at tismer.com
Sat Apr 5 10:59:03 EST 2003


srijit at yahoo.com wrote:
> I am interested to try Stackless Python. I have downloaded python22.dll.zip. 
> How do I install this zip file? I already have standard python 2.2.2 installed.

You either install python22.dll in a local folder. When you start
Python from there, it will be stackless.
If you want to install it permanently, rename the dll in
windows/system32 and copy the new dll there.

In the version you have, there is a stacklessmodule.pyd which
should be in the local folder or be copied into /python22/DLLs.
This is temporary, the new version which I'm about to upload
tomorrow does not have that external file, since it is all moced into
the core dll, for simplicity.

> I also do not see any documentation like tutorials,
> example programs, demos etc.

There are a few test programs, if you download the CVS tree.
There is no public release, yet, this is still pre-alpha
stuff.
You can get all internal documentation by
 >>> help(stackless)

> Is it 100% compatible with standrad Python 2.2.2?

Yes, it should be. If not, let me know.

ciao - chris
-- 
Christian Tismer             :^)   <mailto:tismer at tismer.com>
Mission Impossible 5oftware  :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9a     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 89 09 53 34  home +49 30 802 86 56  pager +49 173 24 18 776
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/







More information about the Python-list mailing list