Re: help on import libxml2

2008-08-15 Thread jianbing . chen
Paul, Thanks. This helped. Jianbing On Aug 14, 4:10 pm, Paul Boddie <[EMAIL PROTECTED]> wrote: > On 14 Aug, 22:43, [EMAIL PROTECTED] wrote: > > > > > Traceback (most recent call last): > >   File "", line 1, in > >   File "/sea/local/lib/python2.5/site-packages/libxml2.py", line 1, in > > > >

Re: help on import libxml2

2008-08-14 Thread Paul Boddie
On 14 Aug, 22:43, [EMAIL PROTECTED] wrote: > > Traceback (most recent call last): > File "", line 1, in > File "/sea/local/lib/python2.5/site-packages/libxml2.py", line 1, in > > import libxml2mod > ImportError: ld.so.1: python: fatal: relocation error: file /usr/local/ > lib/python2.5/si

help on import libxml2

2008-08-14 Thread jianbing . chen
Hi, I have this weird situation where on the same machine(solaris 8, python 2.5), one user can do this with no problem: >>> import libxml2 >>> libxml2 >>> While the another one get this: >>> import libxml2 Traceback (most recent call last): File "", line 1, in File "/sea/local/lib/python2