On Mar 15, 2004, at 8:31 PM, James R. Phillips wrote:
This took a while to figure out ;)

I'm using the weave module from http://scipy.org,
it allows freely embedding C/C++ into Python for
performance gains which can be most impressive.

Oddly, after making calls to weave.inline() I
find that my WebKit servlet's self._transaction,
self._response, and self._session variables are
changed.  Calls to i.e. self.session().value('X')
give exceptions as:


Page.py line 99 self._session = self._transaction.session() AttributeError: 'NoneType' object has no attribute 'session'

self._transaction gets set to None in sleep(), and then assigned again in awake(). Maybe sleep() is getting called accidentally?


--
Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to