Yes I found it.
The error comes because of following condition.
if os.name == 'nt':
try:
from win32com.client import Dispatch
xlApp = Dispatch("Excel.Application")so this option will work only in windows nt OS and if Microsoft office Excel is installed in your PC otherwise the exception will be raised. _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
