Importing xlrd
Chanman
bryancchan at gmail.com
Mon Jun 2 18:23:29 EDT 2008
More information about the Python-list mailing list
Mon Jun 2 18:23:29 EDT 2008
- Previous message (by thread): Cast list of objects to list of strings
- Next message (by thread): Importing xlrd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This is probably a simple question to most of you, but here goes. I've downloaded the xlrd (version 0.6.1) module and placed in in the site-packages folder. Now, when I write a script, I type: import sys import xlrd When I run it, there is an import error saying there is no module named xlrd. However when I type sys.path, the site-packages folder is definitely in the path. Do I somehow need to run the xlrd setup.py first before importing? Any help would be appreciated.
- Previous message (by thread): Cast list of objects to list of strings
- Next message (by thread): Importing xlrd
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list