C
Colin Brown
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
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