[issue1985] Bug/Patch: Problem with xml/__init__.py when using freeze.py

2008-02-05 Thread Toni Brkic
Toni Brkic added the comment: I still think the __init__ file should be changed and use the extend_path function instead of extend. Se below for answer I got on the python list. The extend_path function (found in the pkgutil standard module) can handle this. http://docs.python.org/lib

[issue1985] Bug/Patch: Problem with xml/__init__.py when using freeze.py

2008-01-31 Thread Toni Brkic
New submission from Toni Brkic: Hi, I tried to do freeze.py for my script that uses ElementTree. But got the this error: File "/usr/lib/python2.5/xml/__init__.py", line 45, in _xmlplus.__path__.extend(__path__) AttributeError: 'str' object has no attribute '