tachang / dm.xmlsec.binding

0 stars 1 forks source link

Windows support #1

Open patrick91 opened 8 years ago

patrick91 commented 8 years ago

Is it possible to install this library on windows? I'm not able to install it via pip:

λ pip install dm.xmlsec.binding
Collecting dm.xmlsec.binding
  Using cached dm.xmlsec.binding-1.3.2.tar.gz
    Complete output from command python setup.py egg_info:
    Error : cannot get LibXML2 pre-processor and compiler flags; do you have the `libxml2` development package installed?

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\patrick\appdata\local\temp\pip-build-ncrlgb\dm.xmlsec.binding
tachang commented 8 years ago

It is possible but then again I did this years ago. I know that I didn't actually compile it but installed an executable first with the library.

On Sun, Nov 29, 2015 at 11:31 AM, Patrick Arminio notifications@github.com wrote:

Is it possible to install this library on windows? I'm not able to install it via pip:

λ pip install dm.xmlsec.binding Collecting dm.xmlsec.binding Using cached dm.xmlsec.binding-1.3.2.tar.gz Complete output from command python setup.py egg_info: Error : cannot get LibXML2 pre-processor and compiler flags; do you have the libxml2 development package installed?

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in c:\users\patrick\appdata\local\temp\pip-build-ncrlgb\dm.xmlsec.binding

— Reply to this email directly or view it on GitHub https://github.com/tachang/dm.xmlsec.binding/issues/1.

patrick91 commented 8 years ago

An executable? which one?

tachang commented 8 years ago

I can't remember at this point. You may want to look at other libraries though (I've used this and others since then and remember some being a bit easier).

patrick91 commented 8 years ago

I'm unable to install any library for xmlsec unfortunately :(