First install the required libraries and get stackless itself:
Now install stackless :
After the "make" you'll see some failures as below. Just ignore them.
Now it's time to link your standard (CPython) packages so that they can be used with stackless:
...and edit the paths in the site.py file. At about line 300, edit the file to look like this. It's the second sitepackages.append bit we're adding here:
That should be it! Let's test it:
Very helpful, thanks!!!
ReplyDelete