Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33093 > unrolled thread
| Started by | goldtech <leegold@operamail.com> |
|---|---|
| First post | 2012-11-10 09:12 -0800 |
| Last post | 2012-11-11 08:54 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | goldtech <leegold@operamail.com> |
|---|---|
| Date | 2012-11-10 09:12 -0800 |
| Subject | How to install libxml2-devel and libxslt-devel in Windows ? |
| Message-ID | <699e96d4-0141-4202-9b0b-deda6532d0a4@v9g2000yql.googlegroups.com> |
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? 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... Thank you very much.
[toc] | [next] | [standalone]
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Date | 2012-11-10 15:12 -0500 |
| Message-ID | <mailman.3540.1352578321.27098.python-list@python.org> |
| In reply to | #33093 |
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/
[toc] | [prev] | [next] | [standalone]
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Date | 2012-11-11 08:54 +0100 |
| Message-ID | <mailman.3553.1352620459.27098.python-list@python.org> |
| In reply to | #33093 |
goldtech, 10.11.2012 18:12: > 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? > > 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... Assuming that you are actually looking for lxml rather than the plain libxml2/libxslt Python bindings and seeing that you don't fear installing software from arbitrary web pages, you should try this binary installer: http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml Stefan
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web