[Zope] using formlib for nonclasic content types

2010-01-27 Thread Roberto Allende
Hello Following example 18.3.1 and 18.3.2 from phillkon's book, i'm trying to define a MySite class in Zope 2.12, which look like this: class IMySite(IPossibleSite, IContainer): """ """ id = ASCIILine( ... name = TextLine( ... class MySite(SiteManagerContainer, BTreeCo

Re: [Zope] Safe way to abort or re-start stalled out ZODB pack?

2010-01-27 Thread John Schinnerer
Thanks Bakhtiar, That's what I was hoping, and I wanted some confirmation from those who've done it. I just did as you indicated - deleted Data.fs.pack, then ran the pack again. It completed successfully. regards, John S. Bakhtiar A Hamid wrote: > On Thu, Jan 28, 2010 at 5:06 AM, John Schinner

[Zope] Safe way to abort or re-start stalled out ZODB pack?

2010-01-27 Thread John Schinnerer
Hello, This is for Zope 2.9.8-final, python 2.4.4, linux2 (debian) (installed by the Plone 2.5.5 installer if that matters, and using zeoserver) I have a ZODB pack operation started via the ZMI control panel that has failed to complete. It appears to be from a disk space issue (traceback belo

Re: [Zope] Cann't we use 'get' as object name in Zope 2.12 ?

2010-01-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Baiju M wrote: > Hi, > Any idea about this ? > app.manage_addFolder('get') > Traceback (most recent call last): > File "", line 1, in > File > "/opt/baiju/zesite/eggs/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/Folder.py", > line 51, in manag

Re: [Zope] Cann't we use 'get' as object name in Zope 2.12 ?

2010-01-27 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Baiju M wrote: > Hi, > Any idea about this ? I think there is a filter checking for names that could lead to name clashes through acquisition. - -aj -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla -

[Zope] Cann't we use 'get' as object name in Zope 2.12 ?

2010-01-27 Thread Baiju M
Hi, Any idea about this ? >>> app.manage_addFolder('get') Traceback (most recent call last): File "", line 1, in File "/opt/baiju/zesite/eggs/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/Folder.py", line 51, in manage_addFolder self._setObject(id, ob) File "/opt/baiju/zesite/eggs/Zope2-2.