View Single Post
  #2  
Old 02-05-2013, 11:30 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Have you tried running a script that uses the library rather than typing the command through the interactive pane?
Code:
import vizinput
vizinput.message('Test')
Reply With Quote