replying to myself...

> paths.py is in /usr/bin, along with the other tmda-* files, is this
> correct ? If no, where should it be put ? 

from the source, I think it should be in
/usr/lib/python2.2/site-package/bin or something like that, maybe
symlinked to /usr/bin...

Anyway, just adding the following lines fixed my problem:

import TMDA
sys.path.insert(0, os.path.join(
        os.path.dirname(TMDA.__file__),
        'pythonlib'))

I think this is the way it should have been done, and IMHO it is nicer
;)

David




_________________________________________________
tmda-workers mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to