From: Michael S. <mi...@st...> - 2008-06-05 14:04:50
|
David Hláčik wrote: > As you can see : > Jun 5 13:33:12 dev01 nnrpd[9550]: python: Error: No module named py > comes from nnrpd_auth.py : Frankly I don't see anything I can understand or for what I have a clue how to help you. > Alltought when i pass it to INN, when INN calls nnrpd_auth.py and comes to > line when ldap module is used first time it will return error > "no module named.py" python-ldap itself does not have a module called named.py at all. So this is probably off-topic here. Being in your situation I'd try to log a full Python traceback to examine where the exception is raised in your or INN's code. Ciao, Michael. |