[xml] libxml2-python install on windows



Hello,

I'm installing glade. During make I get a message from a python modul
xml2po that it cannot find a libxml2 module which I guess is libxml2-python
binding.

I installed libxml2-2.6.21 but am not able to build
libxml2-python-2.6.21. I couldn't find much info in the source directory
how to install so I started setup.py and it emits:

failed to find headers for libxml2: update includes_dir

So I updated the line includes_dir with 'C:\gtksource' and had to change
also ROOT variable to 'C:\gtksource'. Then I got this:

Found 1579 functions in libxml2-api.xml
Found 53 functions in libxml2-python-api.xml
Generated 873 wrapper functions, 547 failed, 212 skipped

Missing type converters:
.... skipped

c:\Python25\lib\xmllib.py:9: DeprecationWarning: The xmllib module is
  obsolete. Use xml.sax instead. warnings.warn("The xmllib module is
  obsolete. Use xml.sax instead.", DeprecationWarning)
  c:\Python25\lib\distutils\dist.py:247: UserWarning: 'licence'
  distribution option is deprecated; use 'license' warnings.warn(msg)
  usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or:
  setup.py cmd --help

error: no commands supplied

Could someone lead me a bit how to proceed?
This is on windows with MinGW and MSYS.

Thank you. 

-- 
Radek




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]