Changeset 918:cfa4d89368fa


Ignore:
Timestamp:
02/23/19 13:39:04 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Use Python 2.7.15

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docker/context/setup.sh

    r916 r918  
    2626
    2727echo "exit" | wine cmd
    28 wine msiexec /i python-2.7.2.msi
     28wine msiexec /i python-2.7.15.msi
    2929wine msiexec /i cefpython3-31.2.py2.7-win32.msi
    3030wine msiexec /i pygtk-all-in-one-2.24.1.win32-py2.7.msi
     
    4141tar xzf Python27.extra.tar.gz -C "${cpythondir}"
    4242
    43 touch -d "2015-02-22 14:50:07" "${cpythondir}/Lib/site-packages/win32/lib/win32con.py"
    44 touch -d "2015-02-22 14:50:07" "${cpythondir}/Lib/site-packages/win32/lib/winerror.py"
    45 
    46 cp python27.dll WINHTTP.dll "${cwinsysdir}"
    47 
    4843echo
    4944echo "Removing extra packages..."
Note: See TracChangeset for help on using the changeset viewer.