[Twisted-web] Stackless and Nevow integration

Jean-Paul Calderone exarkun at divmod.com
Mon May 12 09:16:02 EDT 2008


On Mon, 12 May 2008 14:07:22 +0100, Simon Pickles <sipickles at googlemail.com> wrote:
>Hi
>
>has anyone managed to combined Nevow with Stackless Python?
>
>I have rebuilt stackless after satisfying all the extension libs (to include 
>zLib), but now Nevow baulks at the mention of the global 'stackless'

I don't understand how this could actually be related to Nevow.  Nevow is
just a Python library.  If you have NameErrors, it's because you wrote some
code using a name that wasn't defined. :)  Does adding, say, "import stackless"
to the top of your program fix the problem?  If not, post some code that shows
how it breaks.

Jean-Paul



More information about the Twisted-web mailing list