On Mon, 12 May 2008 14:07:22 +0100, Simon Pickles <[EMAIL PROTECTED]> 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

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to