Python

  • Sorry, but only administrators may ban users.
Table of contents
You are currently comparing two old versions - only when you are comparing against the latest version can you revert. Return to version archive.

Combined revision comparison

Comparing version 18:12, 10 Feb 2011 by Admin with version 21:58, 26 Sep 2017 by aduarte.

Follow these steps to integrate the Shared Data Access System in your Python code. All the examples were successfully tested in Windows and some linux distributions like Gentoo, Fedora and Red Hat.

Download the libraries Download the following libraries into a folder of your system:

Download a extra packagesPython Numeric package

In case you don’t already a numeric Python package installed in your system (Numpy, numarray or Numeric )
downloadDownload Numpy .

In order to plot and view data, you may also need more packages. For this, Matplotlib is recommended.

Download the librariesSet the PYTHONPATH

Download the following file into a folder of your system:

sdas-1.0.tar.gz

Unpack it and run:

 python setup.py install

You may need to have root or administrator privileges.Supposing you have

Another option  is to copy the sdas directoryfolder toin /home/user/pythonthe same: folder where export PYTHONPATH ="/home/user/python/sdas" you have your code.

...

Other changes:

  1. /body/div[4]/@class: "no" ⇒ nothing

Version from 18:12, 10 Feb 2011

This revision modified by Admin (Ban)

...

Download the libraries

Download the following libraries into a folder of your system:

Download a Python Numeric package

In case you don’t already a numeric Python package installed in your system (Numpy, numarray or Numeric )
Download Numpy

Set the PYTHONPATH

:sdas:documentation:windows.gif

:sdas:documentation:linux.gif
Supposing you have the sdas directory in /home/user/python :

export PYTHONPATH ="/home/user/python/sdas"

...

Version as of 21:58, 26 Sep 2017

This revision modified by aduarte (Ban)

...

Download aextra packages

In case you don’t already a numeric Python package installed in your system (Numpy, numarray or Numeric)
download Numpy .

In order to plot and view data, you may also need more packages. For this, Matplotlib is recommended.

Download the libraries

Download the following file into a folder of your system:

sdas-1.0.tar.gz

Unpack it and run:

python setup.py install

You may need to have root or administrator privileges.

Another option  is to copy the sdas folder to the same folder where you have your code.

...

Powered by MindTouch Core