[go: up one dir, main page]

Menu

Tree [810214] perl5_merge 1.3.4 / doc / examples / python /
 History

HTTPS access


File Date Author Commit
 Makefile.am 2016-05-10 Christian Ferrari Christian Ferrari [270734] API completed for unlock_rollback
 Makefile.in 2016-11-25 Christian Ferrari Christian Ferrari [0752aa] Egg and chicken problem in the Perl5 build proc...
 README 2016-05-10 Christian Ferrari Christian Ferrari [270734] API completed for unlock_rollback
 advanced.py 2016-05-10 Christian Ferrari Christian Ferrari [270734] API completed for unlock_rollback
 basic.py 2016-05-07 Christian Ferrari Christian Ferrari [5214df] Examples for flom_handle_unlock_rollback and un...
 transactional.py 2016-05-10 Christian Ferrari Christian Ferrari [270734] API completed for unlock_rollback

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
	transactional.py
to understand how these Python programs can be executed.