durusmail: quixote-users: newbie mod_python+quixote+dojo
newbie mod_python+quixote+dojo
2006-10-20
Sells, Fred
2006-10-20
Thomas Guettler
2006-10-20
Frederic Peters
Re: newbie mod_python+quixote+dojo
2006-10-20
Michael Watkins
2006-10-20
Shahms King
2006-10-20
Mike Orr
2006-10-20
Michael Watkins
2006-10-21
mario ruggier
2006-10-20
Sells, Fred
2006-10-21
Sells, Fred
OODB vs SQL (was: newbie mod_python+quixote+dojo)
2006-10-21
Oleg Broytmann
Fwd: [Quixote-users] newbie mod_python+quixote+dojo
2006-10-22
Mike Orr
Re: newbie mod_python+quixote+dojo
2006-10-22
Michael Watkins
2006-10-23
David Binger
newbie mod_python+quixote+dojo
David Binger
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