pgaref / HTTP_Request_Randomizer

Proxying Python Requests
http://pgaref.com/blog/python-proxy/
MIT License
148 stars 60 forks source link

File not found no such file or directory #72

Open byte-aroo opened 3 years ago

byte-aroo commented 3 years ago

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

pgaref commented 3 years ago

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 3 years ago

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