Skip to content

Commit

Permalink
Work around for Python 2.7.11
Browse files Browse the repository at this point in the history
See: vim#526
  • Loading branch information
k-takata committed Dec 27, 2015
1 parent 3327d0f commit 435be6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ build:

before_build:
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /%ARCH% /release'
- 'reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32'
- 'reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64'

build_script:
- cd src
Expand Down

2 comments on commit 435be6d

@higsx
Copy link

@higsx higsx commented on 435be6d Nov 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solved my problem "sorry,this command is disabled ,the Python's site module could not load "

@k-takata
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python 2.7.12 doesn't need this workaround.

Please sign in to comment.