File not found no such file or directory
byte-aroo opened this issue · 2 comments
byte-aroo commented
Code runs well while I run the .py file but as soon as i convert it into .exe file via pyinstaller by typing :
pyinstaller --onefile "Filename.py"
and then go and run the .exe file I receive error
I have installed this as : pip install http-request-randomizer
pyinstaller : pyinstaller --onefile Filename.py
Error occurring in .exe file only
pgaref commented
Hey @akshat-jainn thanks for reporting this, never tried this so not sure what could go wrong there -- could take a look once I get my hands on a windows VM/machine.
byte-aroo commented
I tried everything i know no help !
Tried to convert .py to .exe py just
pyinstaller filename.py
And also
Navigated to the destination it said file is missing and placed a file there still no help