[New-bugs-announce] [issue7524] Freeze bug with xml.dom

Gnep report at bugs.python.org
Wed Dec 16 15:26:41 CET 2009


New submission from Gnep <jass.zhao at gmail.com>:

I'm using python 2.4.3 on centos5.3.

A simple py script contains only one line of:

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

Then freeze this script and run the binary:

[karen at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7524>
_______________________________________


More information about the New-bugs-announce mailing list