BusinessObjects Board

urgent pls: want to import xlwt in sap data services

Hello,
Currently, we use data services which has python 2.6. Hence i am unable to import “xlwt” in the user defined component in the data services. Could anyone please help me to install/import this module. I have access to the central server.
Thank you in advance.


vvsndinavahi (BOB member since 2014-08-26)

from the path you have xlwt saved …

setup.py install

there are no external dependencies for xlutils/xlrd/xlwt so installing them should be pretty straight forward.


jlynn73 :us: (BOB member since 2009-10-27)

Hi,
Thanks for your reply. Infact i don’t want to install the Excel module. I would like to import the module and execute the python code based on the external module. I am a beginner to both Data services and python. Could you please illustrate in detail.
Thank you in advance.


vvsndinavahi (BOB member since 2014-08-26)