-
as seen on Super User
- Search for 'Super User'
I am currently trying to setup buildbot. buildbot requires twistedmatrix, which in turn requires zope.
I cannot manage to setup this zope stuff. I have the full source zope-3.4.0, nothing goes as the readme says. I also have a zip that is an egg. What are Eggs?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just installed Plone on my Centos 5.5. I was able login via the admin-account and create new users. But when I try to create a new page I get the following error message:
Traceback (innermost last):
Module ZPublisher.Publish, line 127, in publish
Module ZPublisher.mapply, line 77, in mapply
Module…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am planning to make some big project (1 000 000 users, approximately 500 request pre second - in hot time).
For performance I'm going to use no relational dbms (each request could cost lot of instructions in relational dbms like mysql) - so i can't use DAL.
My question is:
how web2py is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Every Zope object has it's own unique id ( _p_oid ).
To convert it into integer value:
from Shared.DC.xml.ppml import u64 as decodeObjectId
oid = decodeObjectId(getattr(<Object instance>, '_p_oid'))
Is it possible to get object itself having it's _p_oid?
I tried this:
from ZODB.utils import…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have started using Zope interfaces in my code, and as of now, they are really only documentation. I use them to specify what attributes the class should possess, explicitly implement them in the appropriate classes and explicitly check for them where I expect one. This is fine, but I would like…
>>> More