View Single Post
  #15  
Old 01-25-2009, 01:52 AM
moooh moooh is offline
Member
 
Join Date: Dec 2008
Posts: 19
No that one fails as well.

Code:
Traceback (most recent call last):
  File "<string>", line 11, in ?
  File "testfile.py", line 4, in ?
      import xml.dom.minidom
ImportError: No module named xml.dom.minidom
Note that this is on a computer which do not have neither Python nor Vizard installed. If I publish the same exe and run it from my own system which has Vizard, the exe finds the module. Presumably it also fails to find it in the exe in that case, but has the option of looking up and finding it elsewhere.
Reply With Quote