Downloads:
8,948
Downloads of v 10.0.6:
51
Last Update:
21 Sep 2024
Package Maintainer(s):
Software Author(s):
- Wingware
Tags:
admin python ide programming debugging- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Wing Personal Python IDE
- 1
- 2
- 3
10.0.6 | Updated: 21 Sep 2024
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,948
Downloads of v 10.0.6:
51
Maintainer(s):
Software Author(s):
- Wingware
Wing Personal Python IDE 10.0.6
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Wingware. The inclusion of Wingware trademark(s), if any, upon this webpage is solely to identify Wingware goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Wing Personal Python IDE, run the following command from the command line or from PowerShell:
To upgrade Wing Personal Python IDE, run the following command from the command line or from PowerShell:
To uninstall Wing Personal Python IDE, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download wingidepersonal --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade wingidepersonal -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade wingidepersonal -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install wingidepersonal
win_chocolatey:
name: wingidepersonal
version: '10.0.6'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'wingidepersonal' do
action :install
source 'INTERNAL REPO URL'
version '10.0.6'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller wingidepersonal
{
Name = "wingidepersonal"
Version = "10.0.6"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'wingidepersonal':
ensure => '10.0.6',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 23 Oct 2024.
It omits many features found in Wing Pro. Compare Products.
Wing Personal is free to use for any purpose and does not require a license to run.
Log in or click on link to see number of positives.
- wingidepersonal.10.0.6.nupkg (680bf47249a7) - ## / 66
- wing-personal-10.0.6.0.exe (97d36a5f9416) - ## / 68
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Wing Personal Python IDE 10.0.6 | 51 | Saturday, September 21, 2024 | Approved | |
Wing Personal Python IDE 10.0.5 | 67 | Saturday, July 13, 2024 | Approved | |
Wing Personal Python IDE 10.0.4 | 216 | Saturday, May 4, 2024 | Approved | |
Wing Personal Python IDE 10.0.3 | 69 | Saturday, March 16, 2024 | Approved | |
Wing Personal Python IDE 10.0.2 | 80 | Saturday, February 24, 2024 | Approved | |
Wing Personal Python IDE 10.0.1 | 76 | Saturday, January 20, 2024 | Approved | |
Wing Personal Python IDE 9.1.2 | 162 | Saturday, September 30, 2023 | Approved | |
Wing Personal Python IDE 9.1.1.1 | 96 | Saturday, May 20, 2023 | Approved | |
Wing Personal Python IDE 9.1.1.0 | 57 | Saturday, May 13, 2023 | Approved | |
Wing Personal Python IDE 9.0.2.1 | 132 | Wednesday, December 28, 2022 | Approved | |
Wing Personal Python IDE 9.0.1.0 | 93 | Friday, November 25, 2022 | Approved | |
Wing Personal Python IDE 9.0.0.6 | 85 | Sunday, November 6, 2022 | Approved | |
Wing Personal Python IDE 9.0.0.4 | 79 | Tuesday, October 25, 2022 | Approved | |
Wing Personal Python IDE 8.3.3.0 | 148 | Saturday, July 30, 2022 | Approved | |
Wing Personal Python IDE 8.3.2.0 | 118 | Monday, June 20, 2022 | Approved | |
Wing Personal Python IDE 8.3.1.0 | 107 | Sunday, May 8, 2022 | Approved | |
Wing Personal Python IDE 8.3.0.1 | 107 | Monday, April 11, 2022 | Approved | |
Wing Personal Python IDE 8.3.0.0 | 77 | Saturday, April 2, 2022 | Approved | |
Wing Personal Python IDE 8.2.0.0 | 129 | Friday, February 18, 2022 | Approved | |
Wing Personal Python IDE 8.1.3.0 | 96 | Wednesday, February 2, 2022 | Approved | |
Wing Personal Python IDE 8.1.2.0 | 131 | Thursday, December 16, 2021 | Approved | |
Wing Personal Python IDE 8.1.1.0 | 116 | Monday, November 15, 2021 | Approved | |
Wing Personal Python IDE 8.0.4.0 | 135 | Thursday, September 30, 2021 | Approved | |
Wing Personal Python IDE 8.0.3.0 | 127 | Friday, September 3, 2021 | Approved | |
Wing Personal Python IDE 8.0.2.0 | 124 | Monday, August 2, 2021 | Approved | |
Wing Personal Python IDE 8.0.1.0 | 108 | Thursday, July 29, 2021 | Approved | |
Wing Personal Python IDE 7.2.9.0 | 172 | Monday, April 12, 2021 | Approved | |
Wing Personal Python IDE 7.2.8.0 | 417 | Saturday, January 16, 2021 | Approved | |
Wing Personal Python IDE 7.2.7.0 | 156 | Monday, November 16, 2020 | Approved | |
Wing Personal Python IDE 7.2.6.0 | 146 | Wednesday, October 21, 2020 | Approved | |
Wing Personal Python IDE 7.2.5.0 | 168 | Thursday, September 10, 2020 | Approved | |
Wing Personal Python IDE 7.2.4.0 | 166 | Wednesday, August 19, 2020 | Approved | |
Wing Personal Python IDE 7.2.3.0 | 176 | Thursday, July 16, 2020 | Approved | |
Wing Personal Python IDE 7.2.2.0 | 285 | Wednesday, April 1, 2020 | Approved | |
Wing Personal Python IDE 7.2.1.0 | 270 | Thursday, January 30, 2020 | Approved | |
Wing Personal Python IDE 7.2.0.1 | 167 | Monday, January 20, 2020 | Approved | |
Wing Personal Python IDE 7.1.3 | 211 | Monday, November 18, 2019 | Approved | |
Wing Personal Python IDE 7.1.2 | 229 | Thursday, October 10, 2019 | Approved | |
Wing Personal Python IDE 7.1.1 | 188 | Sunday, September 8, 2019 | Approved | |
Wing Personal Python IDE 7.1.0 | 191 | Thursday, August 8, 2019 | Approved | |
Wing Personal Python IDE 7.0.3 | 227 | Saturday, June 8, 2019 | Approved | |
Wing Personal Python IDE 6.1.5 | 235 | Monday, March 11, 2019 | Approved | |
Wing Personal Python IDE 6.0.12 | 503 | Friday, May 18, 2018 | Approved | |
Wing Personal Python IDE 6.0.11.1 | 320 | Saturday, March 31, 2018 | Approved | |
Wing Personal Python IDE 6.0.9.1 | 378 | Monday, December 18, 2017 | Approved | |
Wing Personal Python IDE 6.0.8.2 | 337 | Thursday, November 16, 2017 | Approved | |
Wing Personal Python IDE 6.0.7.1 | 415 | Monday, October 2, 2017 | Approved | |
Wing Personal Python IDE 6.0.6.1 | 360 | Friday, July 14, 2017 | Approved | |
Wing Personal Python IDE 6.0.3.1 | 445 | Sunday, March 26, 2017 | Approved |
© Wingware
This package has no dependencies.
Ground Rules:
- This discussion is only about Wing Personal Python IDE and the Wing Personal Python IDE package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Wing Personal Python IDE, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.