View Single Post
  #14  
Old 01-22-2009, 05:58 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Using the xml.dom.minidom module in a published exe works fine for me. Can you publish the following script to an exe?
Code:
import viz
viz.go()

import xml.dom.minidom
Reply With Quote