[Zope] Re: Need to find RSS product

2005-08-09 Thread Leticia Larrosa
Thanks to all ! -Original Message- From: David Siedband [EMAIL PROTECTED] To: Leticia Larrosa [EMAIL PROTECTED] Date: Mon, 8 Aug 2005 13:42:23 -0700 Subject: Re: Need to find RSS product Leticia, have a look at this product, yo! ZExternalNews http://www.zope.org/Members/odeckmyn

[Zope] Need to find RSS product

2005-08-07 Thread Leticia Larrosa
Hi all: Any recommendation for a RSS product. Indeed what i want is a client to obtain information from a RSS server and present this in a page. Thanks in advanced !!! ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] accessing session data error

2005-06-22 Thread Leticia Larrosa
; ) Thanks to all the community for establish a support for everyone. Leticia -Original Message- From: Michael Dunstan [EMAIL PROTECTED] To: Leticia Larrosa [EMAIL PROTECTED] Cc: zope@zope.org Date: Wed, 22 Jun 2005 08:55:31 +1200 Subject: Re: [Zope] accessing session data error On 22

Re: [Zope] accessing session data error

2005-06-21 Thread Leticia Larrosa
of Michael, but I test "breaking up ``init2`` into two scripts" and the error don't disappear. :( Any help will be useful. Thanks in advance, Leticia Larrosa -Original Message-From: Michael Dunstan [EMAIL PROTECTED]To: Leticia Larrosa [EMAIL PROTECTED]Cc: zope@zope.orgDate: T

[Zope] accessing session data error

2005-06-20 Thread Leticia Larrosa
Hi all: I think that I found a ZOPE bug. Is really very important for me know what can I do for avoid it. The first 9 steps are to recreate the situation and the other steps are to provoke the error. Step 1: Crate a folder called "reproducingError" in Zope Interface Manage Step 2:

Re: [Zope] accessing session data error

2005-06-20 Thread Leticia Larrosa
or, the correct result appear.. and no errors come. I'm using Zope 2.7.6 for Windows. I must solve this, because this is part of my thesis for university graduation. Any help will be appreciated. Thanks in advance, Leticia Larrosa -Original Message-From: Chris McDonough [EMAIL PROTECTED]To:

Re: [Zope] accessing session data error

2005-06-20 Thread Leticia Larrosa
Hi: I follow the steps to replicate the errorin zope2.7 for Debian and i get the error to. Thanks in advanced, Leticia -Original Message-From: "Leticia Larrosa" [EMAIL PROTECTED]To: "Chris McDonough" [EMAIL PROTECTED]Cc: zope@zope.orgDate: Mon, 20 Jun 2005 1

[Zope] Accesing python module

2005-06-05 Thread Leticia Larrosa
Hi: I installed the "PyXml" package, and appear in the "c:\Python24\Lib\site-packages" folder and i want to import a module of that library from an external method:"import xml.dom.ext" But i can't import from an external method any of the modules that are in the "Lib\site-packages" folder

Re: [Zope] Accesing python module

2005-06-05 Thread Leticia Larrosa
Thanks to Tino Wildenhain.Tino Wildenhain wrote: Zope on windows is packaged with own and right version of python, which is 2.3 for all current Zopes.Zope on Debian (for example) too? -Original Message-From: Tino Wildenhain [EMAIL PROTECTED]To: Leticia Larrosa [EMAIL PROTECTED]Cc

[Zope] Sequence sorting module from a Python script

2005-04-24 Thread Leticia Larrosa
Hi all: I want to order a sequence using the Sequence sorting module from a Python script. I have the following code: " seq = [['Bruzon', 'CUB'], ['Anand', 'IND'], ['Kasparov', 'RUS']] def test(oneElem, twoElem): if oneElem[0] == twoElem[0]: return 0 if oneElem[0] > twoElem[0]:

[Zope] Sequence sorting module from a Python script

2005-04-24 Thread Leticia Larrosa
Hi all: I want to order a sequence using the Sequence sorting module from a Python script. I have the following code: "seq = [['Bruzon', 'CUB'], ['Anand', 'IND'], ['Kasparov', 'RUS']]def test(oneElem, twoElem): if oneElem[0] == twoElem[0]: return 0 elif oneElem[0] twoElem[0]: return