2006-06-19

Python-inotify on Ubuntu

By hook or by crook I've stuck into my system the package python-inotify.

There is a library in Python for building rmp packages. What's a pity that it's not for deb.

I've come across a strange roughness, fixed it by explicitly setting the folder with h files.

file: setup.py

module1 = Extension(
'_inotify',
sources = ['inotifymodule.c'],
include_dirs = ['folder where source has been unpacked'])

python setup.py bdist_rpm
fakeroot alien python-inotify-0.1.0-1.i386.rpm


I have to see if it is possible to build python libraries in Scons.

No comments:

Post a Comment