Installing the Pyparsing Python Module
Revision as of 17:45, 21 November 2015 by >Johno (→Installing)
Installing
All of the installation information and links provided here were believed to be accurate at the time of writing. Screen shots and file names are version specific and will likely be different for your site specific installation. This information is provided as a courtesy and is not warranted in any way. Vital Soft is NOT RESPONSIBLE for software installed on your server.
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