View Single Post
  #5  
Old 12-12-2003, 01:04 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi David,

Thanks for including the error message, there is a typo in viz.py. The following line:
Code:
_ipcSend(_VIZ_LINKVIEW,self.id,sensor,id,'',mask,0,0,0)
should be changed to:
Code:
_ipcSend(_VIZ_LINKVIEW,self.id,sensor.id,'',mask,0,0,0)
viz.py is in the main vizard directory. After you change this line, save the file and restart vizard. Your problem should be fixed then. Sorry for all the trouble.
Reply With Quote