Difference between revisions of "Installing the Configobj Python Module"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
>Jeremyb
Line 2: Line 2:
 
*login as root to HPUX
 
*login as root to HPUX
 
*transfer configobj-4.6.0.tar.gz file to /tmp
 
*transfer configobj-4.6.0.tar.gz file to /tmp
*gunzip configobj-4.6.0.tar.gz
+
*gunzip /tmp/configobj-4.6.0.tar.gz
*tar -xvf configobj-4.6.0.tar
+
*tar -xvf /tmp/configobj-4.6.0.tar
*cd configobj-4.6.0
+
*cd /tmp/configobj-4.6.0
 
*python setup.py install
 
*python setup.py install
  

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 /tmp/configobj-4.6.0.tar.gz
  • tar -xvf /tmp/configobj-4.6.0.tar
  • cd /tmp/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.