On Wed, Dec 9, 2009 at 4:32 PM,  <cliffhan...@gardener.com> wrote:
> if ! test -d ar/; then mkdir ar/; fi
> if [ -f "C/fdl.xml" ]; then d="../"; else
> d="/home/sources/gnome-desktop-2.28.0/desktop-docs/fdl/"; fi; \
>        (cd ar/ && \
>          `which xml2po` -e -p \
>            "${d}ar/ar.po" \
>            "${d}C/fdl.xml" > fdl.xml.tmp && \
>            cp fdl.xml.tmp fdl.xml && rm -f fdl.xml.tmp)
> Traceback (most recent call last):
>  File "/opt/gnome/bin/xml2po", line 185, in <module>
>    main(sys.argv[1:])
>  File "/opt/gnome/bin/xml2po", line 88, in main
>    from xml2po import Main
> ImportError: No module named xml2po
This happened to me too, but with GParted. The fix I used was:

ln -sfv $GNOME_PREFIX/lib/python2.6/site-packages/xml2po \
 /usr/lib/python2.6/site-packages

(run as root or anyone else who has access to /usr/lib)

Hope this helps.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.

--------------

"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to