New submission from Gnep <jass.z...@gmail.com>:

I'm using python 2.4.3 on centos5.3.

A simple py script contains only one line of:

[ka...@gnep:~/test]$ cat dom.py
from xml.dom import minidom

Then freeze this script and run the binary:

[ka...@gnep:~/test]$ ./dom
Traceback (most recent call last):
  File "dom.py", line 1, in ?
    from xml.dom import minidom
ImportError: No module named dom

----------
components: Demos and Tools
messages: 96488
nosy: Gnep
severity: normal
status: open
title: Freeze bug with xml.dom
type: compile error
versions: Python 2.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to