[XML-SIG] problem installing PyXML-0.7.1 and PyXML-0.8.1
Martin v. Löwis
martin@v.loewis.de
22 Jan 2003 15:32:31 +0100
LDC - Pablo Endres Lozada <epablo@ldc.usb.ve> writes:
> sg5ts1: /usr/lib/python2.2> python
> Python 2.2.1 (#3, Jan 21 2003, 16:37:50) [C] on sco_sv3
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import xml.parsers.pyexpat
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> ImportError: No module named pyexpat
> >>>
>
>
> Any ideas?
Not yet, no. Please run "python -v", to see all things it tries to
import.
On a different path, please check whether pyexpat.so is marked
executable, and, if not, whether making it executable changes
anything.
Regards,
Martin