Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For the simplest installation of these components, I recommend going with 32-bit installers for the whole process, so all the links here point to the 32-bit versions. First, download and install <a href="http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi" rel="nofollow noreferrer">Python 2.7.3</a>. </p> <p>Then you will want to install <a href="http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe#md5=57e1e64f6b7c7f1d2eddfc9746bbaf20" rel="nofollow noreferrer">setuptools</a> Setuptools will make it so you can type "easy_install" in the command prompt and add additional packages. It will come in handy for mechanize. </p> <p>Now you can download and install <a href="http://pypi.python.org/packages/2.7/l/lxml/lxml-2.2.8.win32-py2.7.exe#md5=deb95d53dbd3734ecfb4f69850758427" rel="nofollow noreferrer">lxml for Python 2.7</a>. </p> <p>Up until now they were all MSI installers, but to get mechanize we have to go to the command prompt. To do that, open the start menu, type cmd, and in the command prompt, enter <code>easy_install mechanize</code>. If typing easy_install doesn't work, make sure to set your PATH (see answer <a href="https://stackoverflow.com/questions/6318156/adding-python-path-on-windows-7">here</a>) </p> <p>And that's it! For any future libraries, easy_install nameoflibraryhere will do the trick.</p> <p>So tldr version:</p> <p>Download and install Python 2.7.3: <a href="http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi" rel="nofollow noreferrer">http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi</a></p> <p>Download and install setuptools: <a href="http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe#md5=57e1e64f6b7c7f1d2eddfc9746bbaf20" rel="nofollow noreferrer">http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe#md5=57e1e64f6b7c7f1d2eddfc9746bbaf20</a></p> <p>Download and install lxml for Python 2.7: <a href="http://pypi.python.org/packages/2.7/l/lxml/lxml-2.2.8.win32-py2.7.exe#md5=deb95d53dbd3734ecfb4f69850758427" rel="nofollow noreferrer">http://pypi.python.org/packages/2.7/l/lxml/lxml-2.2.8.win32-py2.7.exe#md5=deb95d53dbd3734ecfb4f69850758427</a></p> <p>In command prompt, type <code>easy_install mechanize</code></p> <p>I hope that helps you make the process of installing those on Windows smooth.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload