[go: up one dir, main page]

Menu

Tree [a443d0] 1.3.0 / doc / examples / python /
 History

HTTPS access


File Date Author Commit
 Makefile.am 2015-09-17 Christian Ferrari Christian Ferrari [40ec8b] Java examples are now available
 Makefile.in 2016-04-25 Christian Ferrari Christian Ferrari [a443d0] Release 1.3.0 commit
 README 2015-05-22 Christian Ferrari Christian Ferrari [90593e] Added Python example programs
 advanced.py 2015-09-17 Christian Ferrari Christian Ferrari [40ec8b] Java examples are now available
 basic.py 2015-09-17 Christian Ferrari Christian Ferrari [40ec8b] Java examples are now available

Read Me

This directory contains Python examples.

After a complete installation procedure:
./configure
make
sudo make install
check the Python modules have been built and installed:
ls -la /usr/local/lib/python*/dist-packages/*

Read the comments inside
	basic.py
	advanced.py
to understand how these Python programs can be executed.