Re: newbie mod_python+quixote+dojo

David Binger <[email protected]> Mon, 23 Oct 2006 08:13:28 -0400
Newsgroups gmane.comp.web.quixote.user
Message-ID <[email protected]>
On Oct 21, 2006, at 2:18 PM, Sells, Fred wrote:

> Will QP run
> with Python 2.3???

The PersistentSet class of Durus uses "set" instead of "Set".
I think this could be fixed by inserting
"from sets import Set as set" in persistent_set.py.

The "sorted()" utility is used in storage_server.py,
and in several files in qp.  That could be addressed
by writing a plain python equivalent and importing it
into those modules.

In short, QP will not work out of the box in 2.3, but
I think it would work with 2.3 if you make some minor changes.