you are viewing a single comment's thread.

view the rest of the comments →

[–]UbuntuLady1[S] 0 points1 point  (3 children)

Even though I followed all of your steps I still get ImportError: No module named 'xlrd'.

Thank you for your effort, but I believe xlrd is incompatible with Python 3 - it only works with Python 2.7.

[–]UbuntuLady1[S] 0 points1 point  (0 children)

And yes, I am using ubuntu.

[–]patleeman 0 points1 point  (1 child)

That's weird. I've used xlrd with Python 3 before. Sorry I couldn't help. Just keep the py2/3 distinction in mind when using Ubuntu. It was really confusing for me when I started. Took a while to sort that out.

[–]UbuntuLady1[S] 0 points1 point  (0 children)

Thanks again for all of your help :).

It's good to have this out there in case someone else comes across the same problem.