Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit e6b297b

Browse files
committed
Python 2.7 - giving up
1 parent e3ff1d3 commit e6b297b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

appveyor.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,16 @@ cache:
4242
- '%UserProfile%\.m2 -> pom.xml'
4343

4444
install:
45-
#- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME
46-
#- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME -Filter *.dll -Recurse
45+
# For Python 2.7 builds, we still get following error
46+
# org.jpy.PyLib: System.load("C:\projects\jpy\build\lib.win32-2.7\jpy.pyd")
47+
# java.lang.UnsatisfiedLinkError: C:\projects\jpy\build\lib.win32-2.7\jpy.pyd: Can't find dependent libraries
48+
# The following did NOT help at all:
4749
#- copy C:\Windows\SysWOW64\python27.dll C:\Python27
4850
#- copy C:\Windows\System32\python27.dll C:\Python27-x64
49-
- copy C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_5094ca96bcb6b2bb\msvcr90.dll C:\Python27
50-
- copy C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_08e793bfa83a89b5\msvcr90.dll C:\Python27-x64
51+
#- copy C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_5094ca96bcb6b2bb\msvcr90.dll C:\Python27
52+
#- copy C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_08e793bfa83a89b5\msvcr90.dll C:\Python27-x64
53+
#- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME
54+
#- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME -Filter *.dll -Recurse
5155
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /%PLATFORM%
5256
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
5357
- set JDK_HOME=%JPY_JDK_HOME%

0 commit comments

Comments
 (0)