cannot import libxml2 python module on windoze using activePerl orPython IDLE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andrew Marlow

    #1

    cannot import libxml2 python module on windoze using activePerl orPython IDLE

    guys,

    I have been using libxml2 with python with no problems for
    just over a week but now I come to see if my script will work
    in someone else's environment and the libxml2 import fails.
    I am using the python that comes with cygwin. When I try using
    ActivePython (2.3) or Python IDLE (2.5) there does not seem to
    be a libxml2 module there.

    I thought libxml2 was a std python module.
    But it would seem not. I need help tracking it down please.
    I am using windoze XP (not my choice).

    I am not sure how python packages get installed on windoze.
    I can't find a file libxml2.py for activePython etc
    so I cannot even begin an install. I presume python's libxml
    builds on the C libs libxml2.dll and iconv.dll so I have installed
    those into the python DLL directory. I think this will be
    needed at some point.

    Please can anyone help?

    Regards,

    Andrew Marlow
    --
    There is an emerald here the size of a plover's egg!
    Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
    Plain text mails only, please http://www.expita.com/nomime.html
  • Andrew Marlow

    #2
    Re: cannot import libxml2 python module on windoze using activePerlor Python IDLE

    On Wed, 17 Jan 2007 18:34:38 +0000, Dennis Lee Bieber wrote:
    Thanks very much!

    -Andrew Marlow

    --
    There is an emerald here the size of a plover's egg!
    Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
    Plain text mails only, please http://www.expita.com/nomime.html

    Comment

    Working...