Skip to content

Commit

Permalink
fix build from source script by replacing the unavailable py2exe source
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorbarascu committed Jun 25, 2015
1 parent e11bf83 commit dbad90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupdev.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CALL %OSGEO4W_ROOT%\bin\o4w_env.bat
curl https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -k | python
%OSGEO4W_ROOT%\apps\Python27\Scripts\easy_install.exe pip
pip install -r ../requirements.txt --allow-all-external
curl "http://waix.dl.sourceforge.net/project/py2exe/py2exe/0.6.9/py2exe-0.6.9.zip" > py2exe.zip
curl "http://garr.dl.sourceforge.net/project/py2exe/py2exe/0.6.9/py2exe-0.6.9.zip" > py2exe.zip
python -m zipfile -e py2exe.zip .
pushd py2exe-0.6.9
python setup.py install
Expand Down

0 comments on commit dbad90a

Please sign in to comment.