Downloads:
1,873
Downloads of v 4.12.7:
75
Last Update:
07 Feb 2023
Package Maintainer(s):
Software Author(s):
- Pyzo Team.
Tags:
pyzo.portable ide python editor- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Pyzo (Portable)
This is not the latest version of Pyzo (Portable) available.
- 1
- 2
- 3
4.12.7 | Updated: 07 Feb 2023
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,873
Downloads of v 4.12.7:
75
Maintainer(s):
Software Author(s):
- Pyzo Team.
Pyzo (Portable) 4.12.7
This is not the latest version of Pyzo (Portable) available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Pyzo Team. The inclusion of Pyzo Team. trademark(s), if any, upon this webpage is solely to identify Pyzo Team. goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Pyzo (Portable), run the following command from the command line or from PowerShell:
To upgrade Pyzo (Portable), run the following command from the command line or from PowerShell:
To uninstall Pyzo (Portable), 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 pyzo.portable --internalize --version=4.12.7 --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 pyzo.portable -y --source="'INTERNAL REPO URL'" --version="'4.12.7'" [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 pyzo.portable -y --source="'INTERNAL REPO URL'" --version="'4.12.7'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pyzo.portable
win_chocolatey:
name: pyzo.portable
version: '4.12.7'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pyzo.portable' do
action :install
source 'INTERNAL REPO URL'
version '4.12.7'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pyzo.portable
{
Name = "pyzo.portable"
Version = "4.12.7"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pyzo.portable':
ensure => '4.12.7',
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.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing. Its practical design is aimed at simplicity and efficiency. It consists of two main components, the editor and the shell, and uses a set of pluggable tools to help the programmer in various ways. Some example tools are source structure, project manager, interactive help, workspace ... Pyzo is written in (pure) Python 3 and uses the Qt GUI toolkit. Binaries are provided for all major operating system. After installing Pyzo, it can be used to execute code on any Python version available on your system (Python 2.4 - 3.x, including Pypy).
Disclaimer
pyzo.portable has been flagged as part of automated virus scanning.
According https://github.com/pyzo/pyzo/issues/800 : It can be assumed that the widespread use of Pyzo also means that people writing malicious code use Python with PyInstaller, just like we do. This might explain why many binaries build with PyInstaller seem to be affected.
From: https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
LICENSE
Pyzo is subject to the (new) BSD license:
Copyright (C) 2008-2019, the Pyzo development team
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of its contributors nor their affiliation may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE PYZO DEVELOPMENT TEAM BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com//pyzo/pyzo/releases/download/v4.12.7/pyzo-4.12.7-win32.zip
x64: https://github.com//pyzo/pyzo/releases/download/v4.12.7/pyzo-4.12.7-win64.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 2EB52A2866195836DCEE6786B0BE278AEFB5F3DFF8BA7513DF1A8433CACE5076
checksum64: D45EEC956D873821A8C7E5FE863B09A5ABDE4F42AECB6151F6D1CF7017A1EB65
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/pyzo/pyzo/master/pyzo/license.txt
$ErrorActionPreference = 'Stop'
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Pyzo.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: 563030563176D89EEE4B2B8CBAD73898 | sha1: FCA36E0498BEB52A3C69626F3C12D359499A4B62 | sha256: 2EB52A2866195836DCEE6786B0BE278AEFB5F3DFF8BA7513DF1A8433CACE5076 | sha512: 72A933658DDE5B270FCBD2C1854E4E03A563C1679D8A01A5D626BBC568ED6A77F41AF8F6875653FC9B724C9C655F7F1A60E30C2ED60C551DC5F786855A8A052E
md5: 72E0C91E207EEA3B8A96C1186D370EAF | sha1: 550813BCE4E5465A6C1C9FECEE613D64B859769F | sha256: D45EEC956D873821A8C7E5FE863B09A5ABDE4F42AECB6151F6D1CF7017A1EB65 | sha512: 8559C938A0FA7B0E13750D7AD27D442A341DB4DD2158E60C67FC4928E85094174C61276C03FFD2AD63AF4A34C7AFE607C8FCB0247BEF60999E2813782656EC5E
Log in or click on link to see number of positives.
- api-ms-win-core-winrt-l1-1-0.dll (b30f6d5e1328) - ## / 71
- api-ms-win-core-winrt-string-l1-1-0.dll (6dbf6914f14b) - ## / 65
- opengl32sw.dll (963641a718f9) - ## / 72
- MSVCP140.dll (f87819ae8c6f) - ## / 69
- MSVCP140_1.dll (b05f3dfd4e99) - ## / 69
- MSVCP140_2.dll (7d5d180c8e41) - ## / 69
- vcruntime140_1.dll (6cc4315daceb) - ## / 71
- libffi-7.dll (f60dd9f2fcbd) - ## / 73
- api-ms-win-core-console-l1-1-0.dll (f0f7cb2a9ffc) - ## / 60
- api-ms-win-core-datetime-l1-1-0.dll (55e5f10d0dd9) - ## / 73
- api-ms-win-core-debug-l1-1-0.dll (092b72832c47) - ## / 68
- api-ms-win-core-errorhandling-l1-1-0.dll (13bc8b3f90da) - ## / 68
- api-ms-win-core-fibers-l1-1-0.dll (bb2d740333af) - ## / 65
- api-ms-win-core-file-l1-1-0.dll (f353b6c2df7a) - ## / 70
- api-ms-win-core-file-l1-2-0.dll (03bd3217eae0) - ## / 70
- api-ms-win-core-file-l2-1-0.dll (f957a4c26150) - ## / 70
- api-ms-win-core-handle-l1-1-0.dll (625667ea50b2) - ## / 68
- api-ms-win-core-heap-l1-1-0.dll (e36b72eaffff) - ## / 68
- api-ms-win-core-interlocked-l1-1-0.dll (fbb9032835d0) - ## / 68
- api-ms-win-core-libraryloader-l1-1-0.dll (e9a3d7f8a08a) - ## / 68
- api-ms-win-core-localization-l1-2-0.dll (e9539fce90ad) - ## / 54
- api-ms-win-core-memory-l1-1-0.dll (ef77b3e4fdff) - ## / 68
- api-ms-win-core-namedpipe-l1-1-0.dll (0bfedb0d28e4) - ## / 68
- api-ms-win-core-processenvironment-l1-1-0.dll (25af1bc31c4a) - ## / 65
- api-ms-win-core-processthreads-l1-1-0.dll (0d22ce9d987e) - ## / 67
- api-ms-win-core-processthreads-l1-1-1.dll (a8e2fc077d9a) - ## / 65
- api-ms-win-core-profile-l1-1-0.dll (5e6ad9502c84) - ## / 54
- api-ms-win-core-rtlsupport-l1-1-0.dll (40eb38d84dfd) - ## / 68
- api-ms-win-core-string-l1-1-0.dll (285a481d7ba9) - ## / 66
- api-ms-win-core-synch-l1-1-0.dll (e050e1bfbb75) - ## / 68
- api-ms-win-core-synch-l1-2-0.dll (9dfd114e4182) - ## / 67
- api-ms-win-core-sysinfo-l1-1-0.dll (45d4f1e398e4) - ## / 68
- api-ms-win-core-timezone-l1-1-0.dll (1627b9219340) - ## / 56
- api-ms-win-core-util-l1-1-0.dll (2631cadce7f9) - ## / 68
- api-ms-win-crt-conio-l1-1-0.dll (966ddbf59e1d) - ## / 71
- api-ms-win-crt-convert-l1-1-0.dll (14694879f9c3) - ## / 67
- api-ms-win-crt-environment-l1-1-0.dll (00f84c438aab) - ## / 68
- api-ms-win-crt-filesystem-l1-1-0.dll (30bcf934cbcc) - ## / 68
- api-ms-win-crt-heap-l1-1-0.dll (6c0e0d22b653) - ## / 68
- api-ms-win-crt-locale-l1-1-0.dll (c048a3d7ab95) - ## / 67
- api-ms-win-crt-math-l1-1-0.dll (f7c5d7394643) - ## / 67
- api-ms-win-crt-process-l1-1-0.dll (4166a3255198) - ## / 68
- api-ms-win-crt-runtime-l1-1-0.dll (315ded39d9e1) - ## / 66
- api-ms-win-crt-stdio-l1-1-0.dll (3b59a50457f6) - ## / 68
- api-ms-win-crt-string-l1-1-0.dll (44ddab31c182) - ## / 68
- api-ms-win-crt-time-l1-1-0.dll (a409e25a9d3c) - ## / 68
- api-ms-win-crt-utility-l1-1-0.dll (cfb2ee4e426b) - ## / 62
- ucrtbase.dll (c04daeba7e7c) - ## / 68
- libcrypto-1_1.dll (976ce72efd0a) - ## / 73
- libssl-1_1.dll (2aebb73530d2) - ## / 69
- python3.dll (d21e60f3dfbf) - ## / 69
- python310.dll (156cf2b64dd0) - ## / 69
- sqlite3.dll (f1e8b6c4d61a) - ## / 68
- vcruntime140.dll (76fdb83fde23) - ## / 70
- vcruntime140_1.dll (e0b66601cc28) - ## / 70
- pyside6.abi3.dll (c1f23b8e77b4) - ## / 65
- Qt6Core.dll (eaf9f64363f2) - ## / 69
- Qt6Gui.dll (97e9cbc396e5) - ## / 69
- Qt6Help.dll (a11248b185e3) - ## / 55
- Qt6Network.dll (c203bc6a09ba) - ## / 69
- Qt6OpenGL.dll (557a189ffb0f) - ## / 69
- Qt6OpenGLWidgets.dll (bea134f951fb) - ## / 70
- Qt6Pdf.dll (88e8d95e2aa9) - ## / 69
- Qt6PrintSupport.dll (fb397674d8dd) - ## / 69
- Qt6Qml.dll (29d5f182de8e) - ## / 69
- Qt6QmlModels.dll (ba51b3cab983) - ## / 69
- Qt6Quick.dll (d8ecf7fdd0b5) - ## / 69
- Qt6Sql.dll (a2f1801df35b) - ## / 69
- Qt6Svg.dll (1decbd3d2cb2) - ## / 69
- Qt6VirtualKeyboard.dll (4ddfb2b1d772) - ## / 69
- Qt6Widgets.dll (31336c26f42b) - ## / 68
- shiboken6.abi3.dll (41390930302e) - ## / 68
- qtuiotouchplugin.dll (7b51b5953221) - ## / 69
- qsvgicon.dll (c80ad0e9a105) - ## / 69
- qgif.dll (3b2016888f46) - ## / 69
- qicns.dll (cd860f2e942c) - ## / 69
- qico.dll (2e31f42740cd) - ## / 69
- qjpeg.dll (3c76e4e125be) - ## / 68
- qpdf.dll (b377b7677895) - ## / 69
- qsvg.dll (e7278e6f32f3) - ## / 69
- qtga.dll (e8bff0bf40fc) - ## / 68
- qtiff.dll (5a703dcf3318) - ## / 69
- qwbmp.dll (f88f16332532) - ## / 69
- qwebp.dll (5c0c9b0f63a5) - ## / 69
- qtvirtualkeyboardplugin.dll (17632ddef6da) - ## / 70
- qdirect2d.dll (1fbfa3632fd2) - ## / 69
- qminimal.dll (423baeb9e7a0) - ## / 70
- qoffscreen.dll (e0ff0a8dc40d) - ## / 69
- qwindows.dll (a3bd20458146) - ## / 69
- qwindowsvistastyle.dll (1e826a5e7dc8) - ## / 69
- pyzo-4.12.7-win32.zip (2eb52a286619) - ## / 65
- pyzo.portable.4.12.7.nupkg (428cfc63dee7) - ## / 61
- pyzo-4.12.7-win64.zip (d45eec956d87) - ## / 65
- base_library.zip (6438b644b757) - ## / 62
- pyzo.exe (c076c67c380c) - ## / 70
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 |
---|---|---|---|---|
Pyzo (Portable) 4.15.0 | 55 | Tuesday, March 5, 2024 | Approved | |
Pyzo (Portable) 4.13.3 | 62 | Monday, June 26, 2023 | Exempted | |
Pyzo (Portable) 4.13.1 | 64 | Saturday, June 24, 2023 | Exempted | |
Pyzo (Portable) 4.12.8 | 70 | Thursday, March 30, 2023 | Approved | |
Pyzo (Portable) 4.12.7 | 75 | Tuesday, February 7, 2023 | Exempted | |
Pyzo (Portable) 4.12.5 | 60 | Friday, January 27, 2023 | Exempted | |
Pyzo (Portable) 4.12.4 | 79 | Tuesday, December 20, 2022 | Exempted | |
Pyzo (Portable) 4.12.3 | 133 | Saturday, April 30, 2022 | Exempted | |
Pyzo (Portable) 4.12.0 | 119 | Friday, January 21, 2022 | Exempted | |
Pyzo (Portable) 4.11.2 | 256 | Thursday, November 19, 2020 | Approved | |
Pyzo (Portable) 4.11.0 | 149 | Friday, October 16, 2020 | Approved | |
Pyzo (Portable) 4.10.2 | 268 | Saturday, February 15, 2020 | Approved | |
Pyzo (Portable) 4.9.0 | 262 | Sunday, September 22, 2019 | Approved |
© Copyright 2015-2019, The Pyzo team.
This package has no dependencies.
Ground Rules:
- This discussion is only about Pyzo (Portable) and the Pyzo (Portable) 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 Pyzo (Portable), 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.