Oxlac / MR.DM

A quick and easy tool for automating your Instagram DMs.
https://mr-dm.oxlac.com
MIT License
28 stars 3 forks source link

python: can't open file 'C:\\Users\\Admin\\mr.dm\\main.py': [Errno 2] No such file or directory #9

Closed harshilkabariya18 closed 7 months ago

harshilkabariya18 commented 8 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

Guhan-SenSam commented 8 months ago

I am unable to understand what is our issue. Can you please format the issue in the suggested way so it will be easier to understand what is your issue and we can work to fix it

kitalia commented 7 months ago

try

cd src
python3 main.py

readme is incorrect: it says you can start main.py from the root but it is actually in src/

Guhan-SenSam commented 7 months ago

try

cd src
python3 main.py

readme is incorrect: it says you can start main.py from the root but it is actually in src/

Thank you for the answer. I didn't realize i forgot to update the readme. I have changed it now.