I am having major issues with this install. Please provide a detailed, step-by-step guide.
            Asked
            
        
        
            Active
            
        
            Viewed 2,198 times
        
    1 Answers
0
            These instructions are for Windows7 or Windows8 with Python3.3.
However, they should work for various versions as the releases of python and other respective prerequisites change/evolve:
- Install Python3.3:
- Download the last release of Python3.3 (currently 3.3.5) from the downloads page HERE
- Direct link for Win32 MSI installer -> HERE
 
- Simply run the MSI to install python. It will register itself in the registry, and appear in Add/REmove Programs.
- NOTE: my instructions that follow assume that you choose to install python to the default path of C:\python33\when asked during the Python Installation Wizard
 
- Download the last release of Python3.3 (currently 3.3.5) from the downloads page HERE
- Add the C:\python33\andC:\python33\scriptsfolders to the system path by adding those directories to thePATHenvironment variable from the Control Panel > System > Advanced System Settings link (Advanced Tab) > Environmental Variables (Button).
- Install OpenSSL:
- Download Win32 OpenSSL page from HERE for your version of Windows and PC architecture
- Download Visual C++ 2008 redistributables for your version of Windows and PC architecture
- Download OpenSSL for your version of Windows and architecture (the regular version, not the light one)
- Add the c:\openssl-win32\bin(or similar) directory to yourPATH, the same way you addedC:\python33andC:\python33\scriptsabove.
 
- Install Setuptools (get-pip.pyshould install Setuptools for you), but, just in case...- Download ez_setup.pyHERE and save it inC:\python33\scripts
- Run C:\python33\scripts> python ez_setup.py
 
- Download 
- Install PIP
- Download get-pip.pyfrom HERE and save it inC:\python33\scripts
- Run C:\python33\scripts> python get-pip.py
 
- Download 
- Install LXML
- Download LXML 3.3.3from HERE for your version of Windows and PC architecture
- Run the EXE file
 
- Download 
 
    
    
        Flak DiNenno
        
- 2,193
- 4
- 30
- 57