Graham Dumpleton
graham.dumpleton at gmail.com
Thu Oct 4 18:28:13 EDT 2007
What is the full stack trace so can see the calling context? Graham On 05/10/2007, Bart <scarfboy at gmail.com> wrote: > Since a few days ago (probably some specific change, but I can't guess > which one) I have sporadically gotten errors like: > > File "/usr/lib/python2.4/site-packages/vampire/cache.py", line 538, in > find_module > globals = parent.f_globals > AttributeError: 'NoneType' object has no attribute 'f_globals' > > Does anyone know what the error means, or what I can do about it? > > It seems to be related to reloading. (We're still on 3.1, and I can't > upgrade just yet (production environment, so I have to set up a > separate machine to figure out what that upgrade will break and how to > fix it) > > > Thanks, > --Bart > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|