[Webware-discuss] AssertionError

2010-04-26 Thread Blaise Vogel
Hello, I'm using for a long time Webware + cheetah, I have upgraded my Debian Squeeze yesterday, and now, I got an AssertionError on any template. Because, I don't understand where is the problem, I ask for a little help ;-) To repeat the problem: - Debian Squeeze - Webware 1.0.2 or 1.1 - A

Re: [Webware-discuss] AssertionError

2010-04-26 Thread Blaise Vogel
- Christoph Zwerschke c...@online.de a écrit : Am 26.04.2010 10:47, schrieb Blaise Vogel: Cheetah 2.4.2.1 Thanks. I'll try to look into that later today or tomorrow. I guess it's caused by Cheetah still using old-style classes or something. OK, thank you. If you need more info or

Re: [Webware-discuss] AssertionError in ServletFactory?

2003-09-10 Thread Randall Randall
This is a followup for people Googling on this problem. On Monday, June 30, 2003, at 07:57 PM, Randall Randall wrote: On Wednesday, June 25, 2003, at 04:38 PM, Randall Randall wrote: I'm getting a weird traceback from one of my servlets: /Users/randall/Devel/Work/shadowcash/context/editprofile.py

Re: [Webware-discuss] AssertionError in ServletFactory?

2003-06-30 Thread Randall Randall
On Wednesday, June 25, 2003, at 04:38 PM, Randall Randall wrote: Hi, all. I'm getting a weird traceback from one of my servlets: /Users/randall/Devel/Work/shadowcash/context/editprofile.py Traceback (most recent call last): File /opt/Webware/WebKit/Application.py, line 415, in dispatchRequest

Re: [Webware-discuss] AssertionError in ServletFactory?

2003-06-30 Thread Randall Randall
On Monday, June 30, 2003, at 09:49 PM, Ian Bicking wrote: Sorry, I thought someone else might pipe up about it. Oh, no problem. It turned out not to be a really serious problem, but it is annoying. :) Anyway, this was at one point commonly caused by path problems (sys.path), where a module can be

[Webware-discuss] AssertionError in ServletFactory?

2003-06-25 Thread Randall Randall
Hi, all. I'm getting a weird traceback from one of my servlets: /Users/randall/Devel/Work/shadowcash/context/editprofile.py Traceback (most recent call last): File /opt/Webware/WebKit/Application.py, line 415, in dispatchRequest self.handleGoodURL(transaction) File

[Webware-discuss] AssertionError: assert type(theClass) is ClassType

2003-02-09 Thread Erik Forsberg
Hi! From time to time, I use Webware+Cheetah Template+FunFormKit to hack some web stuff I need at the momemt. Usuallly works great, but I tend to forget some of the quirks from time to time.. Now, I do know that I've had this problem before (loading a newly created Page with my browser):