Re: Bug/Patch: Problem with xml/__init__.py when using freeze.py

2008-01-31 Thread Gabriel Genellina
En Thu, 31 Jan 2008 13:16:47 -0200, glomde <[EMAIL PROTECTED]> escribió: > 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

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

2008-01-31 Thread glomde
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 'extend' The reason seems that _xmlplus.__path__ is a string a