Graham Dumpleton
graham.dumpleton at gmail.com
Thu May 10 17:18:41 EDT 2007
I realised as soon as I had shutdown the computer that it wasn't going to work as had got logic of one of the other checks wrong way around in my head. I figured I had to make another 3 line change to at least solve your initial presenting problem. I suspected this may not cover case of changes after initial import though. Now you have sent such a big set of changes, I'll have to sit down and look through it properly which depending on how busy am today may take a little while. Graham On 10/05/07, Michael Sanders <m.r.sanders at gmail.com> wrote: > Graham Dumpleton wrote: > > Can you make the following modification to: > > > > lib/python/mod_python/importer.py > > > > and reinstall mod_python. If using binary version of mod_python make > > the change to your installed mod_python files. > > > > The change is in __init__() function of _CacheInfo class. Change > > initialiser for 'reload' attribute from: > > > > self.reload = 0 > > > > to: > > > > self.reload = 1 > > > > I think that might be stuffing up the logic for case where module has > > never been loaded before. > > > > Let me know if that changes anything. > > No, I'm getting the same behaviour as before. > > Thanks, > Michael > > >
|