[PyInstaller] Error with module after packing.

2021-03-25 Thread Jacoo
Hello, I'm trying to pack python script with installed module Playwright into onefile. Everything works perfect until I try to open browser through exe file - it can't find browser. Could someone please help me and explain what I'm doing wrong? I tried adding "--add-data"/"--add-binary"

[PyInstaller] Problem with packing

2021-03-25 Thread Jacoo
Hello, I'm trying to pack python script with installed module Playwright into onefile. Everything works perfect until I try to open browser through exe file - it can't find browser. Could someone please help me and explain what I'm doing wrong? I tried adding "--add-data"/"--add-binary"