Problems updating an old install
Vincent LADEUIL
v.ladeuil at alplog.fr
Tue Jan 24 08:36:01 GMT 2006
>>>>> "Aaron" == Aaron Bentley <aaron.bentley at utoronto.ca> writes:
Aaron> Vincent LADEUIL wrote:
>> Trying to install that I get :
>> | File "/home/vila/src/bzr.dev/bzrlib/branch.py", line 23,
>> in ? | import xml.sax.saxutils | ImportError: No module
>> named sax.saxutils
Aaron> This is a problem with in-place upgrades, because they
Aaron> don't usually delete old pyc files.
Err...
But line 23 of branch.py is :
import xml.sax.saxutils
I don't really understand python but isn't it something like a
include of 'xml.sax.saxutils' ?
And bzr annotate reveals :
merge john at arbash-meinel.com 20060119 | import xml.sax.saxutils
And deleting that line solve the problem....
Vincent (confused)
More information about the bazaar
mailing list