fle3-dev
[Top][All Lists]
Advanced

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

Re: [Fle3-dev] Import/Export - PyXML library is missing


From: Tarmo Toikkanen
Subject: Re: [Fle3-dev] Import/Export - PyXML library is missing
Date: Tue, 27 May 2003 15:40:02 +0300
User-agent: Mutt/1.5.1i

Can you do a complete Fle3 export (from ZMI -> FLE -> Tools -> Export
FLE)?

Seems that I finally got clear error report:
"Export function is unavailable, because the Python xml
library containing package "xml.dom.minidom" is not installed.
Please install the PyXML library and retry."

Can it be that other export errors are caused by the same reason?

Any instructions how to install  PyXML library?

Well, you actually got the same error. In that situation Fle3 just
catches it and shows this error message (FLE.py, line ~350). It tries
to do the same import, but apparently it fails if the xml library is
missing.

Instructions for installing the library depend on your platform. Since
you use Debian, just say "apt-get install python2.1-xmlbase". It may
be that you've installed "python2.1-xml" which provides some
functionality, but not all. minidom seems to need the expat parser,
which comes when you install the xmlbase package.

--
Tarmo Toikkanen
http://www.iki.fi/tarmo/
The Fle3 Team
http://fle3.uiah.fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]