Skip to content

Commit

Permalink
WIP: Investigate lxml install error on Python 3.4 on Windows
Browse files Browse the repository at this point in the history
TODO:
* Investigate and fix

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Oct 18, 2019
1 parent fb50d63 commit 5d79d6c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ develop_os_$(pymn).done: makefile pip_upgrade_$(pymn).done pywbem_os_setup.sh py
-$(call RM_FUNC,$@)
ifeq ($(PLATFORM),Windows_native)
pywbem_os_setup.bat develop
echo "makefile: Debug: Searching for libxml2 header files"
-cmd /c dir /s xmlversion.h
-cmd /c dir /s Python.h
-cmd /c dir /s C:\ProgramData\chocolatey
else
./pywbem_os_setup.sh develop
endif
Expand Down
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,14 @@ basepython = C:\Python27-x64\python.exe
[testenv:win64_py34_32]
platform = win32
basepython = C:\Python34\python.exe
setenv =
INCLUDE = C:\ProgramData\chocolatey\lib\xsltproc\dist\include\libxml2;C:\ProgramData\chocolatey\lib\xsltproc\dist\include\libxslt

[testenv:win64_py34_64]
platform = win32
basepython = C:\Python34-x64\python.exe
setenv =
INCLUDE = C:\ProgramData\chocolatey\lib\xsltproc\dist\include\libxml2;C:\ProgramData\chocolatey\lib\xsltproc\dist\include\libxslt

[testenv:win64_py35_32]
platform = win32
Expand Down

0 comments on commit 5d79d6c

Please sign in to comment.