batiscuff / proxy_machine

Parse 30.000 free proxies!
GNU General Public License v3.0
91 stars 25 forks source link

ModuleNotFoundError: No module named 'proxy_machine' #2

Closed Tolly2991 closed 3 years ago

Tolly2991 commented 3 years ago

Hi I really like your git! thanks for that. but when im trying to run it Ive got this issue:

Traceback (most recent call last): File "main.py", line 8, in import proxy_machine.otherproxies as otherproxies ModuleNotFoundError: No module named 'proxy_machine'

batiscuff commented 3 years ago

Hey! If you want to use otherproxies as a module, you must be in the proxy_machine directory (where the LICENSE is located, README.md), or just move the otherproxies.py to the directory you need and use it already there. Since this application is not a library / module, this application is to run only in command line mode.