durusmail: quixote-users: newbie mod_python+quixote+dojo
newbie mod_python+quixote+dojo
2006-10-20
2006-10-20
2006-10-20
Re: newbie mod_python+quixote+dojo
2006-10-20
2006-10-20
2006-10-20
2006-10-20
2006-10-21
2006-10-20
2006-10-21
OODB vs SQL (was: newbie mod_python+quixote+dojo)
2006-10-21
Fwd: [Quixote-users] newbie mod_python+quixote+dojo
2006-10-22
Re: newbie mod_python+quixote+dojo
2006-10-22
2006-10-23
newbie mod_python+quixote+dojo
David Binger
2006-10-23
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.





reply