[Twisted-web] Stackless and Nevow integration

Jean-Paul Calderone exarkun at divmod.com
Tue May 13 08:03:55 EDT 2008


On Tue, 13 May 2008 08:34:51 +0100, Simon Pickles <sipickles at googlemail.com> wrote:
>
>>On Mon, 12 May 2008 14:07:22 +0100, Simon Pickles <sipickles at 
>>googlemail.com <http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted- 
>>web>> 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
>It looks like a nevow issue in some introspection process used to import 
>loaders. Looking at the callstack, its actually a twisted file which throws.
>

Ah.  I'd completely forgotten about that code.  I suspect it should just
be deleted.  Can you file a ticket for this and attach the traceback?

Jean-Paul



More information about the Twisted-web mailing list