[PyInstaller] Re: ImportError: Module 'pywintypes' isn't in frozen sys.path

2020-12-11 Thread gpra...@gmail.com
Well, it looks like I installed the wrong bitedness of pywin32. Got that fixed, but still having a problem running a packaged app. I'll post a separate message, if I cannot figure that one out. Thanks, Randy On Friday, December 11, 2020 at 1:30:57 AM UTC-7 gpra...@gmail.com wrote: > Hello,

[PyInstaller] Pipx-based meta-installer

2020-12-11 Thread Paul Prescod
Thanks to everyone who works on pyinstaller! The installation instructions for a package I work with are: * install Python * install Pipx * pipx install package So I had the idea that all 3 steps could be combined into a single executable that just does this: from pipx import main

[PyInstaller] ImportError: Module 'pywintypes' isn't in frozen sys.path

2020-12-11 Thread gpra...@gmail.com
Hello, Unfortunately, I had my python environment get messed up and had to create a new one. I learned a hard lesson about having a backup of the environment. I created a new environment using MSYS2, but it meant using a newer version of python and all the needed packages. When trying to run