C:\Users\rache\AppData\Local\Programs\Python\Python36-32\python.exe C:/Users/rache/Downloads/InstaPy-master/instapy/instapy.py
Traceback (most recent call last):
File "C:/Users/rache/Downloads/InstaPy-master/instapy/instapy.py", line 10, in
from .clarifai_util import check_image
ModuleNotFoundError: No module named '__main__.clarifai_util'; '__main__' is not a package
Process finished with exit code 1
@brodydrey2296 What command did you run?
i just ran insta.py
On Thu, May 18, 2017 at 1:55 PM, Tim Großmann notifications@github.com
wrote:
@brodydrey2296 https://github.com/brodydrey2296 What command did you
run?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/timgrossmann/InstaPy/issues/263#issuecomment-302490445,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUHTvY08QxV1vIDXGSxg9i4UHRH7ClySks5r7IYpgaJpZM4NfYfg
.
@brodydrey2296 Please actually read the Readme.md...
You should start the quickstart.py after modifying it to your needs.
there isn't even a file called insta.py...
I tried reinstalling and setting everything up again, and here is the error I am getting, I think it is almost the same as the first, I am new to programming and don't know how to fix, I have set everything up and when I run instapy.py it doesn't work which is where the error comes in.
C:\Users\rache\AppData\Local\Programs\Python\Python36-32\python.exe C:/Users/rache/PycharmProjects/InstaPy/InstaPy-master/instapy/instapy.py
Traceback (most recent call last):
File "C:/Users/rache/PycharmProjects/InstaPy/InstaPy-master/instapy/instapy.py", line 10, in
from .clarifai_util import check_image
ModuleNotFoundError: No module named '__main__.clarifai_util'; '__main__' is not a package
Process finished with exit code 1
@brodydrey2296 Why are you running instapy.py?
You HAVE to run quickstart.py!
python3.5 quickstart.py
Please don't even touch the content of the instapy folder
Ok, I will try it, thanks.
On Sat, May 20, 2017 at 4:31 AM, Tim Großmann notifications@github.com
wrote:
@brodydrey2296 https://github.com/brodydrey2296 Why are you running
instapy.py?You HAVE to run quickstart.py!
python3.5 quickstart.py
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/timgrossmann/InstaPy/issues/263#issuecomment-302859574,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUHTvcqpibREm50WwSEB8iECvQpZ5QRxks5r7qTkgaJpZM4NfYfg
.
Ok, so I ran quickstsart.py and then it pulls up the Instagram login page
and nothing else, then I ran instapy.py again and am still getting the same
error
On Sat, May 20, 2017 at 7:12 AM, _Brody_ _Stone_ brodydrey2296@gmail.com
wrote:
Ok, I will try it, thanks.
On Sat, May 20, 2017 at 4:31 AM, Tim Großmann notifications@github.com
wrote:@brodydrey2296 https://github.com/brodydrey2296 Why are you running
instapy.py?You HAVE to run quickstart.py!
python3.5 quickstart.py
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/timgrossmann/InstaPy/issues/263#issuecomment-302859574,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUHTvcqpibREm50WwSEB8iECvQpZ5QRxks5r7qTkgaJpZM4NfYfg
.
@brodydrey2296 Please, please, please read the Readme...
You have to modify the quickstart.py file and enter your credentials into InstaPy(username="", password="")
Once you entered your credentials, the script should log in and start.
You then can READ THE DOCUMENTATION and modify the quickstart.py to use your tags and so on...
DON'T RUN instapy.py...
Oh..... ok, thanks that clears things up. On my mac I always run instapy
and it works, thats why I was trying to do it on windows
On Sun, May 21, 2017 at 4:30 AM, Tim Großmann notifications@github.com
wrote:
@brodydrey2296 https://github.com/brodydrey2296 Please, please, please
read the Readme...You have to modify the quickstart.py file and enter your credentials into InstaPy(username="",
password="")Once you entered your credentials, the script should log in and start.
You then can READ THE DOCUMENTATION and modify the quickstart.py to use
your tags and so on...DON'T RUN instapy.py...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/timgrossmann/InstaPy/issues/263#issuecomment-302922901,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUHTvZavazccAF_aoDzImqKfOuwvKr0Oks5r7_YWgaJpZM4NfYfg
.
It works now, case closed, thank you so much for your help, and being
patient with me even when I was being an idiot, I really appreciate it.
On Sun, May 21, 2017 at 10:26 AM, _Brody_ _Stone_ brodydrey2296@gmail.com
wrote:
Oh..... ok, thanks that clears things up. On my mac I always run instapy
and it works, thats why I was trying to do it on windowsOn Sun, May 21, 2017 at 4:30 AM, Tim Großmann notifications@github.com
wrote:@brodydrey2296 https://github.com/brodydrey2296 Please, please, please
read the Readme...You have to modify the quickstart.py file and enter your credentials into InstaPy(username="",
password="")Once you entered your credentials, the script should log in and start.
You then can READ THE DOCUMENTATION and modify the quickstart.py to
use your tags and so on...DON'T RUN instapy.py...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/timgrossmann/InstaPy/issues/263#issuecomment-302922901,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AUHTvZavazccAF_aoDzImqKfOuwvKr0Oks5r7_YWgaJpZM4NfYfg
.
Most helpful comment
@brodydrey2296 Please actually read the Readme.md...
You should start the quickstart.py after modifying it to your needs.
there isn't even a file called insta.py...