Top "Zope" questions

Zope is an open source application server written in the Python programming language.

Python PIL "IOError: image file truncated" with big images

I think this problem is not Zope-related. Nonetheless I'll explain what I'm trying to do: I'm using a PUT_factory …

python image python-imaging-library zope
Sql Alchemy QueuePool limit overflow

I have a Sql Alchemy application that is returning TimeOut: TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection timed out, …

python session sqlalchemy zope connection-timeout
Dump stacktraces of all active Threads

I'm trying to dump a list of all active threads including the current stack of each. I can get a …

python multithreading plone zope
Apache Rewrite or proxy

I have an Apache server running on my machine (port 80) I have a Zope server running on my machine (port 8080) …

apache mod-rewrite plone zope mod-proxy
Multiple versions of Python on OS X Leopard

I currently have multiple versions of Python installed on my Mac, the one that came with it, a version I …

python macos osx-leopard zope
Purpose of Zope Interfaces?

I have started using Zope interfaces in my code, and as of now, they are really only documentation. I use …

python interface zope zope.interface
How do you grep through code that lives in many different directories?

I'm working on a Python program that makes heavy use of eggs (Plone). That means there are 198 directories full of …

python grep plone zope
UPDATE statement on table xxx' expected to update 1 row(s); 0 were matched with Zope transactionmanager

I am running a Pyramid + Zope transaction manager + SQLAlchemy + PostgreSQL. On some occasions, I have seen StaleDataError error on a …

postgresql sqlalchemy pyramid zope transactionmanager
Django or Zope?

I want to create a website and I am confused which web framework to use. Please recommend me which framework …

django zope
Get stacktrace from stuck python process

I have to run a legacy Zope2 website and have some grievance with it. The biggest issue is that, occasionally, …

python debugging infinite-loop zope