This looks like a duplicate of #727668
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/737457
Title:
Unable to mount NTFS partitions after FUSE upgrade.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists
I'm not sure how to mark this in launchpad, but this also affects os-
prober and thus update-grub2. Indeed, update-grub2 relies on os-prober
to find whether there's a Windows partition to add to the Grub menu.
However, because it uses os-prober and therefore os-prober can't mount
some NTFS partitio
I've had the same problem, with Ubuntu 10.04 on x64.
The process is running /usr/lib/indicator-sound/indicator-sound-service
I also got these messages in dmesg:
[97394.361356] indicator-sound[4301]: segfault at 7fff5f13af58 ip
7f62ff72c332 sp 7fff5f13af60 error 6 in
libpulsecommon-0.9.2
Going back to Windows just because of this seems a bit radical. If PyXML
is what's required, doing the following seems rather straightforward
compared with some DLL conflicts:
1. Download PyXML-0.8.4.tar.gz from http://sourceforge.net/projects/pyxml/files/
2. You may need to install python2.6-dev,
Sorry, I hadn't realised the entire python-xml package had been removed
(I though you were only talking of PyXML). It has indeed been removed
from Debian too.
I'm not sure about the other libraries that were in python-xml, but it
seems that PyXML works fine (with the patch for "as" keyword) so far
Could it not be re-included?
Just to answer my previous question. PyXML breaks with Python 2.6 because "as"
has become a reserved keyword:
https://bugzilla.redhat.com/show_bug.cgi?id=477783
I'm attaching a patch to fix this based on PyXML-0.8.4.tar.gz (as
downloaded from http://sourceforge.net/p
Hello,
Apologies for restarting the discussion, but I'm still not convinced
about the arguments for removing PyXML. (Like others who have commented
on this issue, I have some code that depends on PyXML's XPath
capabilities; changing to another implementation would require
substantial changes.)
I