![]() |
|
#14
|
|||
|
|||
|
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 |
|
|