Difference between revisions of "Installing the Pyparsing Python Module"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
(Installing)
>Jeremyb
Line 3: Line 3:
 
Login to the Windows server as the vitalsigns administrator
 
Login to the Windows server as the vitalsigns administrator
  
Download Pyparsing for python 2.7 [https://pypi.python.org/packages/source/p/pyparsing/pyparsing-2.0.1.zip#md5=dc7036a6f1ab01c3baed3d97af8d77c0 here]
+
Download Pyparsing 2.0.1 [https://pypi.python.org/packages/source/p/pyparsing/pyparsing-2.0.1.zip#md5=dc7036a6f1ab01c3baed3d97af8d77c0 here]
  
 
Unzip pyparsing-2.0.1.zip
 
Unzip pyparsing-2.0.1.zip

Revision as of 21:51, 19 December 2013

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