I got problems while converting. I tryed: Auto py to exe - gui - I added chromedriver(1 file) || whole folder(site-packages\chromedriver_binary) I created .spec file and wrote there:
a = Analysis(['tk.py'],
binaries=[],
datas=[("chromedriver.exe",".")])
But got some errors:
File "c:\python36_32\lib\site-packages\PyInstaller\building\buildne 782, in build with open(spec, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'tkk.spec'
I have got .spec, chromedriver and python script in same folder.
When i'm run exe on Windows 7 i got something like it: https://gyazo.com/0152ca0998e2e0895ff91c9cfb7db0c2 I have got no clue how to stop view of console to read error
Can you tell what's I'm doing wrong?