[Zope-dev] Zope Tests: 4 OK, 1 Failed

2008-01-05 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Fri Jan  4 12:00:00 2008 UTC to Sat Jan  5 12:00:00 2008 UTC.
There were 5 messages: 5 from Zope Unit Tests.


Test failures
-

Subject: FAILED (failures=1) : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Fri Jan  4 21:04:33 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008905.html


Tests passed OK
---

Subject: OK : Zope-2.7 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Fri Jan  4 20:58:32 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008901.html

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Fri Jan  4 21:00:02 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008902.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Fri Jan  4 21:01:33 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008903.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Fri Jan  4 21:03:03 EST 2008
URL: http://mail.zope.org/pipermail/zope-tests/2008-January/008904.html

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope] Defining a Variable

2008-01-05 Thread Dieter Maurer
Victor Subervi wrote at 2008-1-4 10:59 -0400:
Thank you both. However, it still doesn't work :( I have replaced getQuote
with getQuote(), but to no avail. Other ideas?
*Error Type: RuntimeError
Error Value: external method could not be called because it is None*

You see here how important it is to always provide full problem
description. Usually, beside Error Type and Error Value the
traceback, too, is very important.

The error information above tells you that your problem is
not the ?num but your External Method.

Unfortunately, the information is not very precise.
You need the following background information:

When an External Method cannot be loaded (e.g. because
its source is not found), then it is represented as None.

You get more information, when you visit the External Method
in the ZMI and press edit.



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Defining a Variable

2008-01-05 Thread Victor Subervi
That was too wierd. I deleted the External Varible, then re-added it, and
all worked well! Now, I just built this new server and transfered over the
Data.fs files. Maybe that was the problem??
Thanks,
Victor

On Jan 5, 2008 3:11 PM, Dieter Maurer [EMAIL PROTECTED] wrote:

 Victor Subervi wrote at 2008-1-4 10:59 -0400:
 Thank you both. However, it still doesn't work :( I have replaced
 getQuote
 with getQuote(), but to no avail. Other ideas?
 *Error Type: RuntimeError
 Error Value: external method could not be called because it is None*

 You see here how important it is to always provide full problem
 description. Usually, beside Error Type and Error Value the
 traceback, too, is very important.

 The error information above tells you that your problem is
 not the ?num but your External Method.

 Unfortunately, the information is not very precise.
 You need the following background information:

When an External Method cannot be loaded (e.g. because
its source is not found), then it is represented as None.

 You get more information, when you visit the External Method
 in the ZMI and press edit.



 --
 Dieter

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )