newbie mod_python+quixote+dojo
2006-10-20
Sells, Fred2006-10-20
Thomas Guettler2006-10-20
Frederic Peters2006-10-20
Sells, Fred2006-10-21
Sells, Fred2006-10-23
David Bingernewbie 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.