pgaref/HTTP_Request_Randomizer

File not found no such file or directory

byte-aroo opened this issue · 2 comments

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

WhatsApp Image 2021-05-30 at 4 55 29 PM

Error occurring in .exe file only

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.

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