Hello,
About LDTP:
Linux Desktop Testing Project is aimed at producing high quality test
automation framework (using GNOME / Python) and cutting-edge tools that can
be used to test Linux Desktop and improve it. It uses the Accessibility
libraries to poke through the application's user interface.
Hi,
Sorry for late reply.
I'm a French living in Bangalore, currently working for an Indian firm
(actually a subsidiary of a French consulting company).
I had the same idea when i came here first, so let me share my experience.
It is not easy for a foreigner to get a local job, firms usually wo
On Wed, Feb 10, 2010 at 6:47 AM, nikunj badjatya
wrote:
> I commented out the "raise Exception" statement in Row.py library
> module.
> Here's the (line no. 150 ) of Row.py which i have edited:
>
> def insert_cell(self, col_index, cell_obj):
> if col_index in self.__cells:
>
On Wed, Feb 10, 2010 at 5:17 PM, nikunj badjatya
wrote:
> Hi,
> I am using xlwt 0.7.2 and Python 2.6.
> I come across a situation wherein one of the "rows" of the excel sheet
> created was being overwritten. And it was flagging the following
> error.
>
> File "/usr/local/lib/python2.6/site-package
Hi,
I am using xlwt 0.7.2 and Python 2.6.
I come across a situation wherein one of the "rows" of the excel sheet
created was being overwritten. And it was flagging the following
error.
File "/usr/local/lib/python2.6/site-packages/xlwt/Row.py", line 150,
in insert_cell
raise Exception(msg)
Exc