[issue7524] Freeze bug with xml.dom

2009-12-16 Thread Martin v . Löwis
Martin v. Löwis added the comment: Python 2.4 is no longer support. Unless you can reproduce the bug for 2.6, it should be closed as "won't fix". -- nosy: +loewis resolution: -> wont fix status: open -> closed ___ Python tracker

[issue7524] Freeze bug with xml.dom

2009-12-16 Thread Gnep
New submission from Gnep : 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",