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
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 '