Stackless Python

Christian Tismer tismer at stackless.com
Thu Feb 19 07:56:49 EST 2004


srijit at yahoo.com wrote:

I think this message should go to the stackless list?

> Please refer an old message below. I unzipped python23.dll.zip and
> kept  python23.dll in a local folder. I started Python from a dos box
> (Win XP machine) in the same local folder. I typed help(stackless) and
> got an error message, as shown below.
> 
> D:\Python23\myfiles>python
> Python 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit (Intel)]
> on win32
> Type "help", "copyright", "credits" or "license" for more information.

Python did not use your Stackless dll as the startup
message should read differently.
It should work if you have the dll in your local
folder. Of course, you can take a copy of
c:\windows\system32\python23.dll and place the Stackless
one there. This *must* work, although it is a little
rigorous. It should look alsmost like this:

D:\slpdev\src\2.3\src\PCbuild>python
Python 2.3.3 Stackless 3.0 040119 (#51, Feb 19 2004, 13:53:31) [MSC 
v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> help("stackless")
...
-- 
Christian Tismer             :^)   <mailto:tismer at stackless.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  mobile +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