This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: please update libXML (undefined references)



> -----Original Message-----
> From: cygwin-apps-owner@cygwin.com 
> [mailto:cygwin-apps-owner@cygwin.com] On Behalf Of Gerrit P. Haase
> Sent: Monday, 22 July 2002 4:12 PM
> To: cygwin-apps@cygwin.com
> Cc: Robert Collins
> Subject: Re: please update libXML (undefined references)
> 
> 
> Hallo Gerrit,
> 
> Another problem comes up:
> 
> $ python pytest.py
> Traceback (most recent call last):
>   File "pytest.py", line 1, in ?
>     import libxml2;
>   File "/usr/lib/python2.2/site-packages/libxml2.py", line 1, in ?
>     import libxml2mod
> ImportError: No module named libxml2mod
> 
> $ ls /usr/lib/python2.2/site-packages/
> README*          libxml2.py   libxml2mod.a       libxml2mod.la*
> cygxml2mod.dll*  libxml2.pyc  libxml2mod.dll.a*
> 
> Libtool names the module 'cygxml2mod.dll' and the common name is
> 'libxml2mod.dll'.

I've uploaded libxml regardless of this issue. A because the python
bindings are new, and B because cygfoo.dll is the standard for cygwin
.dll's. libtool is correct, python incorrect.

Rob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]