Cant create offline package Python Hosting Package
2 posts
• Page 1 of 1
Cant create offline package Python Hosting Package
I'm trying to make offline package.
But got an errors:
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/
- 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/
Re: Cant create offline package Python Hosting Package
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!
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!
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 7 guests