import freeze

Colin Brown cbrown at metservice.com
Mon Nov 24 21:58:22 EST 2003


I have a Pyro server thread that is not starting and I have traced the
problem through to the a point in the Pyro code where it freezes. The code
fragment (my added print statements):

   print '[finalizeConfig_Server] before import random'
   import random
   print '[finalizeConfig_Server] after import random'

is printing the first print line but not the second. Is there any way of
dynamically turning on in-depth tracing before the import statement?
[Py2.3.2, Win2K]

Colin Brown
PyNZ






More information about the Python-list mailing list