Brénainn Woodsend

Results 17 issues of Brénainn Woodsend

Bytecode encryption, given that the decryption key has to be stored somewhere in the built application for the application to be able to function, was only ever a mild deterrent...

### Discussed in https://github.com/orgs/pyinstaller/discussions/6848 Originally posted by **namgi-11health** May 25, 2022 I have an odd situation, so I want to share it I run it local I got this error...

I can't make up my mind which separator to use. I've done a commit for both. I don't like the look of the syntax for `=>`. `--add-data="foo=>bar"` looks like something...

### Discussed in https://github.com/pyinstaller/pyinstaller/discussions/6746 Originally posted by **Evernow** April 15, 2022 Windows is introducing a new features in Windows 11 called [Smart App Control](https://support.microsoft.com/en-gb/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003) later this year, it enforces code...

feature
platform:Windows

Transitioning to click will: - Make adding/changing options much easier. - Allow us to automatically enable bash/fish/zsh autocompletion which, given how many options PyInstaller has and how inconsistent they are...

feature

Only the colored terminal printing feature of the borderline deprecated py library is used so swap it out for termcolor which is slimmer. Doing so also fixes the pains that...

The new lazy submodule loader breaks the dependency analysis of [PyInstaller](https://pyinstaller.org). Normally, we'd manually patch this up on PyInstaller's side but, given that `pandas_flavours` only has two submodules (minus the...

The problem is that two packages provide `libtiff.5.dylib` and those two copies are incompatible. I.e., after `pip install metpy`, this is what we get: ``` $ find . -name "libtiff*"...

**What version of protobuf and what language are you using?** Version: 4.21.8 Language: Python **What operating system (Linux, Windows, ...) and version?** macOS 12.6 with M1 chip **What runtime /...

python
mac
packaging & distribution
platform related
untriaged

Use forward slashes – even on Windows – in filenames in generated spec files so that the spec file is independent of the platform it was generated.