Page 13 of 15

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Sun Apr 01, 2018 10:54 pm
by ClanMcCracken
Well that is certainly interesting... going to need to see what that is about. Lets start with uninstalling and reinstalling

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Mon Apr 02, 2018 5:03 am
by Lucious_Llama
Yeah this is something new I’ve never seen. Always something with windows...

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Tue Apr 03, 2018 7:09 pm
by warlord1352
Okay. I thought I kept following the right way but I keep constantly getting syntax errors: invalid syntax. I've tried moving and doing different things but I am just completely at a loss....

Ugh I just really want to try to get this to work as it seems so BA! But I am just not understanding most of this I guess -_-;

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Wed Apr 04, 2018 4:59 am
by Lucious_Llama
That error suggests to me you’ve used python2 instead of python3.

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Wed Apr 04, 2018 2:22 pm
by warlord1352
Lucious_Llama wrote:That error suggests to me you’ve used python2 instead of python3.
Hmm. Ok I'll check it out but I could've sworn I was and did get rid of all other versions of python (other than anaconda). Thanks!

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Wed Apr 04, 2018 8:05 pm
by ClanMcCracken
Wait, we are supposed to be using python3? The directions specifically say to use python2, dont they?

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Wed Apr 04, 2018 8:31 pm
by Zynjec
ClanMcCracken wrote:Wait, we are supposed to be using python3? The directions specifically say to use python2, dont they?
Step 1: Install Python¶
GOTCHA: Make sure you use Python version 3!
http://adamgagorik.github.io/pydarkstar ... setup.html

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Wed Apr 04, 2018 8:36 pm
by warlord1352
Okay. So, I have uninstalled all the python 2 before...but I did notice there seems to be a lot of python 2 inside of anaconda...is that what might be confusing the files?

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Wed Apr 04, 2018 8:58 pm
by Lucious_Llama
On the download page of anaconda there should be links to anaconda with python 2.7 and anaconda with python 3.6. Make sure you choose the one with 3.6.

Some ways to check what’s going on...

1) Open a normal terminal and type: python —version
2) Open an anaconda command prompt and type: python —version

Hopefully those two methods give the same answer. If not, you may have multiple pythons installed on your system - which tends to cause issues. It only gets more complicated from here...

3) Open explorer and navigate to: %AppData%, go up one folder, and then go into the Local\Continuum folder. There should be a folder named anaconda3 here. For example: C:\Users\User-Name\AppData\Local\Continuum\Anaconda3

4) Confirm there isn’t a directory such as C:\Python*, etc. That should not be the case if you’ve only ever installed anaconda.

And as a last resort...

Remove all python installations you can find in the uninstall programs dialogue. Delete C:\Python* if it exists. If you still see anaconda in AppData, find its uninstall.exe and run it. Finally, run something like the registry cleaner of CCleaner a few times. Also remove any paths that have the word python or anaconda in them from your system environment variables.

— or —

Just use Linux and everything magically works perfectly.

Re: Python AH Buyer / Seller / ffxiah.com scrubber

Posted: Wed Apr 04, 2018 9:29 pm
by warlord1352
OK so I got up to 3 and I have no Continuum folder.....

Also it was reading my python ver as 2.7