Difference between revisions of "Installing the Configobj Python Module"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
(Created page with "The Configobj library can be downloaded [http://www.vital-soft.com/download/secure/vitalsigns/python/configobj-4.6.0.tar.gz here] ''Contact support@vital-soft.com for the dow...")
 
>Jeremyb
Line 1: Line 1:
The Configobj library can be downloaded [http://www.vital-soft.com/download/secure/vitalsigns/python/configobj-4.6.0.tar.gz here]
+
*Download the file [http://www.vital-soft.com/download/secure/vitalsigns/python/configobj-4.6.0.tar.gz here]
 +
*login as root to HPUX
 +
*transfer configobj-4.6.0.tar.gz file to /tmp
 +
*gunzip configobj-4.6.0.tar.gz
 +
*tar -xvf configobj-4.6.0.tar
 +
*cd configobj-4.6.0
 +
*python setup.py install
 +
 
 +
''If there are no errors, the library was installed successfully''
  
 
''Contact support@vital-soft.com for the download credentials.''
 
''Contact support@vital-soft.com for the download credentials.''

Revision as of 17:30, 22 August 2012

  • Download the file here
  • login as root to HPUX
  • transfer configobj-4.6.0.tar.gz file to /tmp
  • gunzip configobj-4.6.0.tar.gz
  • tar -xvf configobj-4.6.0.tar
  • cd configobj-4.6.0
  • python setup.py install

If there are no errors, the library was installed successfully

Contact support@vital-soft.com for the download credentials.