[pkg-boost-devel] Boost packages

Wichert Akkerman wichert at wiggy.net
Sun Feb 20 21:43:19 UTC 2011


On 2011-2-19 05:50, Steve M. Robbins wrote:
> On Fri, Feb 18, 2011 at 10:24:27AM +0100, Wichert Akkerman wrote:
>
>> apparently they were removed in favour of 1.45 packages, which are
>> tagged in svn bug as far as I can see were never uploaded.
>
> Well, 1.45 was uploaded, but it was languishing in NEW for ages.
> I had it removed since 1.46 is about to be released.

That makes sense. I haven't looked at the 1.46 code yet, but in case 
it's useful: the pyste code in 1.45 is not compatible with python 2.6. 
Trying to run it gives this error:

Traceback (most recent call last):
   File "/usr/bin/pyste", line 7, in <module>
     from Pyste import pyste
   File "/usr/lib/pymodules/python2.6/Pyste/pyste.py", line 53, in <module>
     from CppParser import CppParser, CppParserError
   File "/usr/lib/pymodules/python2.6/Pyste/CppParser.py", line 6, in 
<module>
     from GCCXMLParser import ParseDeclarations
   File "/usr/lib/pymodules/python2.6/Pyste/GCCXMLParser.py", line 12, 
in <module>
     from elementtree.ElementTree import ElementTree
ImportError: No module named elementtree.ElementTree

the correct import for python 2.6 is xml.etree.ElementTree.

Wichert.

-- 
Wichert Akkerman <wichert at wiggy.net>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.



More information about the pkg-boost-devel mailing list