Installing the Pyparsing Python Module

From Vital Soft Wiki
Revision as of 21:51, 19 December 2013 by >Jeremyb
Jump to: navigation, search

Installing

Login to the Windows server as the vitalsigns administrator

Download Pyparsing 2.0.1 here

Unzip pyparsing-2.0.1.zip

Open CMD.exe and change directory to pyparsing

 cd C:\Users\vitalsigns\Downloads\pyparsing-2.0.1\pyparsing-2.0.1

Install pyparsing with python

 C:\python27\python.exe setup.py install

Example of successful install:

 Microsoft Windows [Version 6.1.7601]
 Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
 
 C:\Users\vitalsigns>cd C:\Users\vitalsigns\Downloads\pyparsing-2.0.1\pyparsing-2.0.1
 
 C:\Users\vitalsigns\Downloads\pyparsing-2.0.1\pyparsing-2.0.1>C:\python27\python.exe setup.py install
 running install
 running build
 running build_py
 running install_lib
 copying build\lib\pyparsing.py -> C:\python27\Lib\site-packages
 byte-compiling C:\python27\Lib\site-packages\pyparsing.py to pyparsing.pyc
 running install_egg_info
 Writing C:\python27\Lib\site-packages\pyparsing-2.0.1-py2.7.egg-info