Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #33099

Re: How to install libxml2-devel and libxslt-devel in Windows ?

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'binary': 0.05; 'that?': 0.05; 'makefile': 0.07; 'subject:How': 0.09; 'subject:Windows': 0.09; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'runtime': 0.09; 'variants': 0.09; 'sat,': 0.15; '(meaning': 0.16; 'binaries': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:install': 0.16; 'version;': 0.16; 'headers': 0.17; 'windows': 0.19; 'libraries': 0.22; 'runs': 0.22; 'example': 0.23; 'needed.': 0.23; 'header': 0.24; 'linux': 0.24; 'guess': 0.27; 'library.': 0.27; 'interface': 0.27; 'header:X-Complaints-To:1': 0.28; 'source': 0.29; 'install': 0.29; 'subject: ?': 0.30; 'compatible': 0.30; 'code': 0.31; 'file': 0.32; 'sources': 0.32; 'ubuntu': 0.33; 'url:home': 0.33; 'to:addr:python-list': 0.33; 'typically': 0.33; 'hi,': 0.33; 'needed': 0.35; 'nov': 0.35; 'skip:l 30': 0.35; 'received:org': 0.36; 'but': 0.36; 'anything': 0.36; 'charset:us-ascii': 0.36; 'subject:: ': 0.38; 'files': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'here:': 0.62; 'url:be': 0.65; '2.7.': 0.84; 'fro': 0.84; 'dennis': 0.91; 'received:108': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: How to install libxml2-devel and libxslt-devel in Windows ?
Date Sat, 10 Nov 2012 15:12:13 -0500
Organization > Bestiaria Support Staff <
References <699e96d4-0141-4202-9b0b-deda6532d0a4@v9g2000yql.googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-68-176-78.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 3.3/32.846
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3540.1352578321.27098.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1352578321 news.xs4all.nl 6948 [2001:888:2000:d::a6]:33675
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:33099

Show key headers only | View raw


On Sat, 10 Nov 2012 09:12:18 -0800 (PST), goldtech
<leegold@operamail.com> declaimed the following in
gmane.comp.python.general:

> Hi,
> 
> I have Windows XP and Python 2.7.x
> 
> I download and install libxml2-python-2.7.7.win32-py2.7.exe, From
> here: http://users.skynet.be/sbi/libxml-python/
> 
> This file has both libxml2 AND libxslt.
> 
> But, I also need libxml2-devel and libxslt-devel for python 2.7. Are
> binaries for win32 available for that?
>
	xxx-devel packages for the Linux variants typically contain the
header files needed to /build/ (compile) programs and/or libraries that
reference the runtime xxx library.

	Windows binary installers typically ARE pre-built libraries
compatible with the specific binary version; no development headers are
needed. On the Linux variants, all you get is source code for the Python
libraries and the "install" runs a makefile to build the library.

 
> How do I to get these devel files? In Ubuntu fro example this is all
> in the repositories. But I guess I don't understand how to get this in
> Windows...

	Unless you intend to build the libraries and the Python interface
from sources (meaning you have the proper C-compiler toolchain
installed), they don't mean anything on Windows.

-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How to install libxml2-devel and libxslt-devel in Windows ? goldtech <leegold@operamail.com> - 2012-11-10 09:12 -0800
  Re: How to install libxml2-devel and libxslt-devel in Windows ? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-11-10 15:12 -0500
  Re: How to install libxml2-devel and libxslt-devel in Windows ? Stefan Behnel <stefan_ml@behnel.de> - 2012-11-11 08:54 +0100

csiph-web