Thread: Exe
View Single Post
  #6  
Old 05-23-2008, 06:16 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Does the following sample script work when you publish it as an exe:
Code:
import viz
viz.go()

import vizinfo
vizinfo.add('test')
If so, can you post an example script that causes vizinfo not to show up in an exe?
Reply With Quote