Difference between revisions of "Installing the Pyparsing Python Module"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
(Created page with "==Installing== 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...")
 
>Johno
(Installing)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
==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
 
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
 +
 
 +
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

Latest revision as of 17:45, 21 November 2015

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