Hey Lukas, About your swig bindings, attached is a __init__.py file to add to the module dir so that python recognizes it as a package. Also, about the package name (the dir name in site-packages), don't you think something such as "pyfprint" would be a bit more appropriate than "libfprint"?
~ Mehmet Ali Akmanalp
# -*- coding: utf-8 -*- """A Python (SWIG) Wrapper for libfprint""" __version__ = '0.8' __date__ = '2008/06/25' __author__ = 'Lukas Sandström <luksan -at- gmail -dot- com>' __url__ = 'git://balsamin.no-ip.org/pyfprint.git , http://lists.reactivated.net/pipermail/fprint/'
_______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
