I've gone into PickleRPC.py and added a "print str(self.allowedGlobals()" to SafeUnpickler.findGlobal(), and it comes up empty. Am I doing something wrong?
I've attached two small scripts which should illustrate what I'm talking about; the servlet itself (Dill.py) and a client test script (DillTest.py).
Thanx in advance! -- ================================================= [EMAIL PROTECTED] Stephen Semeniuk Sentai Advanced Research Corporation
If you're not part of the solution, you're part of the precipitate.
Dill.py
Description: application/py
DillTest.py
Description: application/py
