[SciPy-user] xreadlines.so

Nils Wagner nwagner at carol.mecha.uni-stuttgart.de
Thu Feb 21 12:25:52 EST 2002


Pearu Peterson schrieb:
> 
> On Thu, 21 Feb 2002, Nils Wagner wrote:
> 
> > xreadlines.so is within in the directory
> >
> > /usr/lib/apache/lib/python2.1/lib-dynload> ls -l xreadlines.so
> > -rwxr-xr-x    1 root     root         7509 Sep 24 07:30 xreadlines.so
> 
> Can you import it? Eg.
> $ python
> Python 2.1.2 (#1, Jan 18 2002, 18:05:45)
> [GCC 2.95.4  (Debian prerelease)] on linux2
> Type "copyright", "credits" or "license" for more information.
> >>> import xreadlines
> >>>
> 
> Pearu
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user


I am sorry I can't do it.

Python 2.1.1 (#1, Sep 24 2001, 05:28:47)
[GCC 2.95.3 20010315 (SuSE)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import xreadlines
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named xreadlines
>>>

Nils



More information about the SciPy-User mailing list