FileNotFoundError: [Errno 2] No such file or directory: 'config.json'
PS C:\Users\myuser> & C:/Users/myuser/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/myuser/OneDrive/Desktop/r-placer-master/account_maker.py
Traceback (most recent call last):
File "c:\Users\myuser\OneDrive\Desktop\r-placer-master\account_maker.py", line 5, in
import _config
File "c:\Users\myuser\OneDrive\Desktop\r-placer-master_config.py", line 3, in
with open('config.json', 'r') as f:
^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'config.json'
this is the error i got on account_maker
FileNotFoundError: [Errno 2] No such file or directory: 'config.json' PS C:\Users\myuser> & C:/Users/myuser/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/myuser/OneDrive/Desktop/r-placer-master/account_maker.py Traceback (most recent call last): File "c:\Users\myuser\OneDrive\Desktop\r-placer-master\account_maker.py", line 5, in
import _config
File "c:\Users\myuser\OneDrive\Desktop\r-placer-master_config.py", line 3, in
with open('config.json', 'r') as f:
^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'config.json'