diff --git a/direct/src/cluster/ClusterServer.py b/direct/src/cluster/ClusterServer.py index f1e9a3c9c0..2890ec36a0 100644 --- a/direct/src/cluster/ClusterServer.py +++ b/direct/src/cluster/ClusterServer.py @@ -21,8 +21,7 @@ class ClusterServer(DirectObject.DirectObject): MSG_NUM = 2000000 def __init__(self,cameraJig,camera): - import pdb - pdb.set_trace() + global clusterServerPort, clusterSyncFlag, clusterDaemonClient, clusterDaemonPort print clusterServerPort, clusterSyncFlag, clusterDaemonClient, clusterDaemonPort # Store information about the cluster's camera self.cameraJig = cameraJig diff --git a/direct/src/directdServer/directdCommand b/direct/src/directdServer/directdCommand index efafba4765..62063bacc8 100644 --- a/direct/src/directdServer/directdCommand +++ b/direct/src/directdServer/directdCommand @@ -1 +1,3 @@ -bash calc \ No newline at end of file +tcsh -c ppython -c "from ShowBaseGlobal import *; d=DirectD(); d.serverReady('DRMINE-D02', 8002); run()" + +