Many thanks for the input, and to the authors of this library. It is
really handy!
I am using Python 2.7.2.
I imported with --home to get the xlwt libraries to install in a
custom location. They wanted to write into /usr/local/lib without the
--home. I also just copied the .py files to the directory where I was
pointing with my import.
I (re)checked all directory names and printed out all the paths that
are being used for the import.
Still not importing xlwt, but only the specific .py file to which I
point, and then only with a from.... import.
I do not have any actual file named xlwt, not sure if there should be
one or not, and if there is not one, how python knows what to import.
The directory in which they .py files reside is named xlwt.
Oh well, got the script working so that is fine, just a small
imperfection.
Any suggestions for getting optimal speed when writing a spreadsheet.
Just one save at the end, several mid sized saves?
Again, thanks for the help and the code.
Ediwn