Re: [PyInstaller] Pyinstaller can not find scipy.special._ufuncs on another computer

2019-05-08 Thread Eric Fahlgren
Just a wild guess, but could it be another library that _ufuncs...pyd depends on? I had a case a couple years ago with numpy where it had its own version of tbb.dll (used by some pyd), and the system one was a different version and that produced very similar symptoms. On Tue, May 7, 2019 at

RE: [PyInstaller] win32com.client Issues

2019-05-08 Thread Elliot Garbus
Here is a sample .spec file I’m using for a Wndows10 build. Pyinstaller needs to be able to see and place your files for proper operation. I strictly followed the directions on the Kivy site, and then built from there adding files to fix errors, and adding exclusions. I’m far from an expert

[PyInstaller] Having some troubles, but its not app breaking

2019-05-08 Thread Cody Granger
Hey everyone. So I've been working with python for a few months now, and have been coding this choose your adventure style game, and have no issues when I've tried to make that into an Exe(thousand plus lines of code, 2 .py files, 5 .txt files, under 5mb) with Auto Py to Exe, however I coded