Cant create offline package Python Hosting Package

Repository of web frameworks and applications for Microsoft IIS.
User avatar
Posts: 2
Joined: 26 Aug 2014, 10:50

Cant create offline package Python Hosting Package

26 Aug 2014, 10:58

I'm trying to make offline package.
Code: Select all
WebpiCmd.exe /offline /Products:PythonHostingPackage /Path:C:\offline-package /Feeds:http://www.helicontech.com/zoo/feed.xml


But got an errors:
Processing product entry: 'UrlRewrite2'.
Processing product entry: 'Zoo_Python27'.
Url 'https://www.python.org/download/releases/2.7/license/index.html' returned HTTP status code: 404
The remote server returned an error: (404) Not Found.
Failed to download file: 'http://www.python.org/download/releases/2.7/license/index.html'.
Download of product 'Zoo_Python27 failed. Failed to download file: 'http://www.python.org/download/releases/2.7/license/index.html'.
Processing product entry: 'UrlRewrite2Beta'.

Created snapshot '1' at 'C:\offline-package\feeds\v001'.
Updated latest snapshot at 'C:\offline-package\feeds\latest'.

Some operations failed, see the detailed error messages for more information:
Download of product 'Zoo_Python27 failed. Failed to download file: 'http://www.python.org/download/releases/2.7/license/index.html'.
Skipping download of product 'Python27_BasePackages': required dependency 'Zoo_Python27' failed.
Skipping download of product 'Python27_Mysql': required dependency 'Zoo_Python27' failed.
Skipping download of product 'PythonHostingPackage': required dependency 'Python27_Mysql' failed.
To use the new offline feed, please run the following from the command line:
WebPiCmd.exe /Install /Products:<products you want> /XML:<Offline main feed>
Done !


https://www.python.org/download/release ... index.html - not exists!

Is it possible update feed for correct python version from this list?
https://www.python.org/downloads/windows/

User avatar
Posts: 2
Joined: 26 Aug 2014, 10:50

Re: Cant create offline package Python Hosting Package

26 Aug 2014, 11:44

I've found workaround:

1. Download http://www.helicontech.com/zoo/feed.xml
2. Replace 'http://www.python.org/download/releases/2.7/license/index.html' with correct url 'https://www.python.org/download/releases/2.7.5/license'
3. Set local file feed.xml instead of url in command parameters "WebpiCmd.exe /offline /Products:PythonHostingPackage /Path:C:\offline-package /Feeds:c:\feed.xml"
4. Done - no errors!

Return to Helicon Zoo

Who is online

Users browsing this forum: No registered users and 23 guests