[XML-SIG] problem installing PyXML-0.7.1 and PyXML-0.8.1

LDC - Pablo Endres Lozada epablo@ldc.usb.ve
Tue, 21 Jan 2003 23:50:04 -0400 (VET)


On 22 Jan 2003, Martin v. [iso-8859-15] Löwis wrote:

> 
> Not yet, no. Please run "python -v", to see all things it tries to
> import.

sg5ts1: /usr/lib/python2.2> python -v
# /usr/lib/python2.2/site.pyc matches /usr/lib/python2.2/site.py
import site # precompiled from /usr/lib/python2.2/site.pyc
# /usr/lib/python2.2/os.pyc matches /usr/lib/python2.2/os.py
import os # precompiled from /usr/lib/python2.2/os.pyc
import posix # builtin
# /usr/lib/python2.2/posixpath.pyc matches /usr/lib/python2.2/posixpath.py
import posixpath # precompiled from /usr/lib/python2.2/posixpath.pyc
# /usr/lib/python2.2/stat.pyc matches /usr/lib/python2.2/stat.py
import stat # precompiled from /usr/lib/python2.2/stat.pyc
# /usr/lib/python2.2/UserDict.pyc matches /usr/lib/python2.2/UserDict.py
import UserDict # precompiled from /usr/lib/python2.2/UserDict.pyc
# /usr/lib/python2.2/copy_reg.pyc matches /usr/lib/python2.2/copy_reg.py
import copy_reg # precompiled from /usr/lib/python2.2/copy_reg.pyc
# /usr/lib/python2.2/types.pyc matches /usr/lib/python2.2/types.py
import types # precompiled from /usr/lib/python2.2/types.pyc
# /usr/lib/python2.2/__future__.pyc matches 
/usr/lib/python2.2/__future__.py
import __future__ # precompiled from /usr/lib/python2.2/__future__.pyc
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
import xml # directory xml
# xml/__init__.pyc matches xml/__init__.py
import xml # precompiled from xml/__init__.pyc
import _xmlplus # directory /usr/lib/python2.2/site-packages/_xmlplus
# /usr/lib/python2.2/site-packages/_xmlplus/__init__.pyc matches 
/usr/lib/python2.2/site-packages/_xmlplus/__init__.py
import _xmlplus # precompiled from 
/usr/lib/python2.2/site-packages/_xmlplus/__init__.pyc
import xml.parsers # directory 
/usr/lib/python2.2/site-packages/_xmlplus/parsers# 
/usr/lib/python2.2/site-packages/_xmlplus/parsers/__init__.pyc matches 
/usr/lib/python2.2/site-packages/_xmlplus/parsers/__init__.py
import xml.parsers # precompiled from 
/usr/lib/python2.2/site-packages/_xmlplus/parsers/__init__.pyc
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named pyexpat
>>> 

> 
> On a different path, please check whether pyexpat.so is marked
> executable, and, if not, whether making it executable changes
> anything.
	It wasn't marked so, but I changed it and obtained the
	same result

Thanks for your help
Pablo
-- 
		Muchas personas creen que piensan,
		cuando en realidad sólo están reordenando sus
		prejuicios.
					- William James
 
       .-----------------------------------------------------------------.
      /  .-.               Pablo Endres Lozada                        .-.  \
     |  /   \       Laboratorio Docente de Computacion              /   \  |
     | |\_.  |                USB - Venezuela                      |    /| |
     |\|  | /|                                                     |\  | |/|
     | `---' |               epablo@ldc.usb.ve                     | `---' |
     |       |                                                     |       | 
     |       |-----------------------------------------------------|       |
     \       |                                                     |       /
      \     /                                                       \     /
       `---'                                                         `---'