Re: Python and libxml2



http://mail.gnome.org/archives/garnome-list/2005-July/msg00199.html

-Joseph

=======================================================================
On Tue, 2005-08-02 at 14:16, Stef van der Made wrote:
> Dear Gentleman,
> 
> I'm now having the following issue with the xml2po program:
> 
> if ! test -d de/; then mkdir de/; fi
> if test -f "C/clock.xml"; then d="../"; else d=".././"; fi; \
> (cd de/ && \
>   `which xml2po` -e -p \
>     ${d}de/de.po \
>     ${d}C/clock.xml > clock.xml.tmp && \
>     cp clock.xml.tmp clock.xml && rm -f clock.xml.tmp)
> Traceback (most recent call last):
>   File "/usr/test/garnome3/bin/xml2po", line 34, in ?
>     import libxml2
> ImportError: No module named libxml2
> 
> It seems that I'm missing python libxml2 stuff. I just don't know where 
> to get this or how to compile this into python. I've been seraching the 
> web but can't find anything usefull :-( as of yet.
> 
> Cheers,
> 
> Stef
-- 
joseph_sacco[at]comcast[dot]net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]