[opensource-dev] Python 2.5 implementations that come without ElementTree? (was: attempting to compile a viewer)
Boroondas Gupte
sllists at boroon.dasgupta.ch
Sun Jan 30 05:22:02 PST 2011
Hi Andro
On 01/30/2011 10:35 AM, Andromeda Quonset wrote:
> CMake Error at cmake/Prebuilt.cmake:39 (message):
> Failed to download or unpack prebuilt 'ogg-vorbis'. Process returned 1.
>
> [...]
>
> I have gane back through the archives for this list, and I've found a
> few other instances of the same error message:
>
> Failed to download or unpack prebuilt 'ogg-vorbis'. Process returned 1.
>
> and one person solved it by manually downloading it, and saving it in
> a temp directory. That doesn't seem to have worked for me. Either
> the problem here is something else, or I am putting it in the wrong
> temp directory.
I guess this error message indicates an effect of your problem, not its
cause. The lines directly above that might come closer:
> from xml.etree.ElementTree import *
> ImportError: No module named etree.ElementTree
Although, according to the documentation
<http://docs.python.org/library/xml.etree.elementtree.html>,
xml.etree.ElementTree should be part of python since version 2.5, not
all interpreters seem to ship with it
<http://stackoverflow.com/questions/2433703/python-importerror-when-executing-import-py-but-not-when-executing-python-imp/2433758#2433758>.
> I am using Python 2.5 and CMake 2.8.3 Should I be using other
> versions instead?
The python version should be ok, but you might need to either use a
different python /implementation/ or to separately install ElementTree.
Which of these, I'm not sure, as I'm not building on Windows myself.
I hope this helps.
Cheers,
Boroondas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110130/d348f03a/attachment.htm
More information about the opensource-dev
mailing list