Quote me next time.. I don't see your replies otherwise.oh, uh. so i had python 2 and python 3 co-installed before i ever came across aio.bat. so what i had done was, i duplicated "python.exe" in my "python27" folder, renamed it "python2.exe", and put it in my PATH as "python2". then i did the same thing with python.exe in python34 folder, and also with pip.exe in both locations. so now typing in "python" in command prompt wont do anything, i have to say "python2" or "python3" to use them. it just works, idk man, i did this a while ago.
--------------------- MERGED ---------------------------
oh but running the easy_install command you gave did do something actually, like it said it worked and made a link or something
You are messing everything up. Everything you mentioned was not necessary. The easiest way to do this is the following:
- Uninstall both python installations
- install python 2.7.x (whatever is latest)
- install python 3.x (whatever is latest)
- install pyYAML in the main post
- Rename python.exe in python 3 folder to python3.exe
- Go to python27/scripts folder and hold ctrl + right lick and open cmd. type easy_install pycrypto
That's all, no renaming, no additional path adding (main folders should already be in path)
Last edited by Madridi,








