Re: [Zope] How to access the content of a file in a test suite in a portable way

2008-09-18 Thread Israel Saeta Pérez
On Thu, Sep 18, 2008 at 4:16 AM, Marco Bizzarri <[EMAIL PROTECTED]> wrote: > Thanks, Peter; but that does not work inside a test case run as: > > python tests/testMyTestSuite.py > > > I'm using at the moment: > > >def product_prefix(self): >return sys.modules['Products.MyProduct'].__pat

Re: [Zope] creating a basic Z Search Interface form from the ZMI with Zope defaults creates error...

2008-09-10 Thread Israel Saeta Pérez
t; 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 ) > -- Israel Saeta Pérez http://dukebody.com

Re: [Zope] Kupu: uncaught exception

2008-09-03 Thread Israel Saeta Pérez
tNodeAtSelection but no help at google (at > least I don't find no one) > > Could someone point me to the correct solution? I've googled myself and I've found a few interesting results: http://dev.fckeditor.net/ticket/321 http://tinymce.moxiecode.com/punbb/vie

Re: [Zope] How do I write to a text file from Python?

2008-08-29 Thread Israel Saeta Pérez
mentation/how-to/creating-a-minimalistic-zope-3-view * "Web Component Development with Zope 3", by Philipp von Weiterhausen -- Israel Saeta Pérez http://dukebody.com ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/

Re: [Zope] Writing a testcase for a Plone 2.5 product - ztc.installPackage isn't available

2008-08-28 Thread Israel Saeta Pérez
Hello, On Thu, Aug 28, 2008 at 7:54 PM, Dieter Maurer <[EMAIL PROTECTED]> wrote: > Israel Saeta Pérez wrote at 2008-8-23 18:57 +0200: >> ... >>My question is: >> Is possible to install eggified products in zope-2.9.8 using ZopeTestCase? > > I think that eg

[Zope] Writing a testcase for a Plone 2.5 product - ztc.installPackage isn't available

2008-08-23 Thread Israel Saeta Pérez
y question was: Is possible to install eggified products in zope-2.9.8 using ZopeTestCase? If so, what's wrong in my base.py file? Thanks in advance. [1] http://www.archivum.info/[EMAIL PROTECTED]/2007-06/msg00100.html -- Israel Saeta Pérez http://dukebody.com __