RE: [PyInstaller] Re: Exe Not working on different PCs

2021-05-26 Thread stephen.parkes1
:08 AM To: PyInstaller Subject: Re: [PyInstaller] Re: Exe Not working on different PCs We’ve recently had to expand the list of Windows DLLs to be collected by default. The new ones to look out for are: * msvcp140_1.dll * msvcp140_2.dll * vcruntime140_1.dll * vcomp140.dll I’d

Re: [PyInstaller] Re: Exe Not working on different PCs

2021-05-24 Thread bwoodsend
re should I be comparing the dll’s between working and not working PCs. >> >> Cheers, >> >> >> >> >> >> *From:* pyins...@googlegroups.com *On Behalf >> Of *bwoodsend >> *Sent:* Saturday, 22 May 2021 3:59 AM >> *To:* PyInstaller

Re: [PyInstaller] Re: Exe Not working on different PCs

2021-05-22 Thread Eric Fahlgren
r is printed? Or > where should I be comparing the dll’s between working and not working PCs. > > Cheers, > > > > > > *From:* pyinstaller@googlegroups.com *On > Behalf Of *bwoodsend > *Sent:* Saturday, 22 May 2021 3:59 AM > *To:* PyInstaller > *Subject:*

RE: [PyInstaller] Re: Exe Not working on different PCs

2021-05-22 Thread stephen.parkes1
On Behalf Of bwoodsend Sent: Saturday, 22 May 2021 3:59 AM To: PyInstaller Subject: [PyInstaller] Re: Exe Not working on different PCs Running on one PC but not another usually translates as missing a DLL which some PCs have already. Are you using Conda? That's a common culprit. And what's