When I import and use a function in a python(2.6.5) program, I get an error:
from Localization import MSGR
title = Localization.MSGR("Logfile from Ctf2Rrl.")
NameError: global name 'Localization' is not defined
Could you please explain why?
Regards,