search for: celementtree

Displaying 3 results from an estimated 3 matches for "celementtree".

Did you mean: elementtree
2010 Apr 05
2
Problem updating VM
...update python* rpm* yum clean all without any problems or error messages. Now when I try to run yum update, I get the following: [root at tusker ~]# yum update There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named cElementTree Please install a package which provides this module, or verify that the module is installed correctly. It's possible that the above module doesn't match the current version of Python, which is: 2.4.3 (#1, Sep 3 2009, 15:37:37) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] If you cannot solve...
2020 Oct 08
0
[ANNOUNCE] xcb-proto 1.14.1
This minor bug fix release provides compatibility with Python 3.9 by replacing usage of deprecated API's which were removed in Python 3.9. Alan Coopersmith (1): xcb-proto 1.14.1 Bj?rn Esser (3): xcbgen: Use math.gcd() for Python >= 3.5. xcbgen: xml.etree.cElementTree has been dropped in Python 3.9. xcbgen: Use xml.etree.ElementTree for Python >= 3.3. Samanta Navarro (1): Fix typo in documentation Uli Schlachter (1): Parse a field's "enum=" correctly git tag: xcb-proto-1.14.1 https://xorg.freedesktop.org/archive/individual/...
2010 Feb 26
5
[PATCH 0/5] renouveau: nv30/nv40 unification
This patchset applies some minor fixes to renouveau.xml and then unifies the nv30 and nv40 register definitions. nv30 and nv40 are very similar and have the same offsets for the registers they share. The major differences are: 1. Texture setup is different due to full NPOT support on nv40 2. More advanced blending/render targets on nv40 3. NV30 has fixed function registers, which NV40 lacks The