[PyInstaller] Re: Floating point roundoff on Windows

2020-04-14 Thread bwoodsend
I image it's due to your window's system being 32-bit but not sure entirely why it differs in PyInstaller. What do you get if you run the following normally and from PyInstaller? import sys print(sys.float_info()) And if you replace `a = .99...` in your code with import sys a = 1 -

[PyInstaller] Mac Error Unknown Mach-O header with DLLs

2020-04-14 Thread Timothy Breitenfeldt
Hi, I am working on an application in python 3.7.6 using a library called accessible_output2. I was able to successfully create a Windows executable as a single file, however when I pulled out my mac and tried to build the application, I got this "Unknown Mach-O header" error. I included the