2006/3/22, Graham Dumpleton <[EMAIL PROTECTED]>: > Nicolas Lehuen wrote .. > > 2006/3/22, Nicolas Lehuen <[EMAIL PROTECTED]>: > > > However I have a -1 on Python 2.2 with a LOT of test failures, but I > > > guess we won't support Python 2.2 for mod_python 3.3 ? > > > > Sorry, my -1 was due to a configuration problem, everything works on Python > > 2.2. > > > > +1 for mod_python 3.3.0-dev-20060321 on Windows 2000 SP4 + > > ActivePython 2.2.3 + Apache 2.0.55 > > If you run the tests with the new importer, I would not have expected it > to get very far with Python 2.2. This is because at one point it does: > > sys.meta_path.insert(0, _ModuleImporter()) > > Our understanding so far had been that sys.meta_path would only have > appeared in Python 2.3, thus the import should have failed when that > attribute was used. > > Graham >
Duh, I have forgotten to run the test using the new importer. All three results were therefore using the old importer. Regards, Nicolas