[Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Jehiah Czebotar
I'm in the process of upgrading to Webware 1.0 and when i'm trying use use webkit (via mod_webkit2) i get this error File /usr/local/Webware/WebKit/ThreadedAppServer.py, line 916, in receiveDict return loads(chunk) EOFError: EOF read where object expected I am only having this problem on

Re: [Webware-devel] EOFError when using mod_webkit2

2009-01-20 Thread Jehiah Czebotar
Consulting #2 - 396 Assiniboine Ave, Winnipeg 204 480 0314 --or-- 519 725 7875, ext 620. - Jehiah Czebotar jeh...@gmail.com wrote: I'm in the process of upgrading to Webware 1.0 and when i'm trying use use webkit (via mod_webkit2) i get this error File /usr/local/Webware/WebKit

Re: [Webware-devel] question about how Webware/WebKit handles exceptions

2008-12-15 Thread Jehiah Czebotar
year old version of trunk. =) no need to change the functionality on my account; especially if it was there in recent versions... perhaps mentioning this on the list will helps someone else in the future. -- Jehiah On Mon, Dec 15, 2008 at 3:19 AM, Christoph Zwerschke c...@online.de wrote: Jehiah

[Webware-devel] question about how Webware/WebKit handles exceptions

2008-12-14 Thread Jehiah Czebotar
for ones that inherit from exceptions.Exception. -- Jehiah Czebotar -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help

[Webware-devel] namespace collision with inspect.py

2008-07-02 Thread Jehiah Czebotar
in doing some testing for webware-1.0rc1 I realized I had this problem previously but never mentioned it, or supplied a patch; so here it is. I have a namespace collision with MiscUtils/inspect.py because it gets imported before the default python2.4/inspect.py, and this is causing problems with

Re: [Webware-devel] namespace collision with inspect.py

2008-07-02 Thread Jehiah Czebotar
I have a namespace collision with MiscUtils/inspect.py because it gets imported before the default python2.4/inspect.py, and this is causing problems with another python package we are using. (of course i have the MiscUtils directory in my path...) Did you put MiscUtils in the path or is

[Webware-devel] NoneType error in PooledDB.__del__

2008-03-13 Thread Jehiah Czebotar
The following bug has been noted before, and I'm including a patch for it that hopefully someone on this list can apply to trunk for me The Error is as follows, and happens when a script or program is shutting down when the PooledDB object is getting cleaned up: Exception exceptions.TypeError: