python-windows-packager icon indicating copy to clipboard operation
python-windows-packager copied to clipboard

Installers folder missing

Open LukaSikic opened this issue 8 years ago • 1 comments

I tried to use your tool, but it fails with following error: unzip: cannot find or open /root/python-windows-packager/installers/PyInstaller-2.1.zip, /root/python-windows-packager/installers/PyInstaller-2.1.zip.zip or /root/python-windows-packager/installers/PyInstaller-2.1.zip.ZIP.

LukaSikic avatar Apr 27 '17 22:04 LukaSikic

While in the 'python-windows-packager' folder to the following:

mkdir installers #make installers directory cd installers #change into installers directory wget 'https://pypi.python.org/packages/0b/87/4758831a995645873f72c51ec09f8e51db607ed89a336b0afe12702c4329/PyInstaller-2.1.zip#md5=3eb18a454311707ab7808d881e677329' #download PyInstaller-2.1.zip

sheimo avatar Feb 07 '18 22:02 sheimo