Good Morning All
I just installed xlrd-0.8.0 on my 64 bit computer using the
\Python27\python setup.py install.
I tried to make the basic test "*Introspecting a Book" but I failed.*
*#===================*
from xlrd
'C\simple.xls'
book = xlrd.open_workbook('C\simple.xls')
#=======================
I got the results ( i used aptana studio 3, the code was saved in the
function excel() of main) where the
Traceback (most recent call last)
*File "C:\Users\My Documents\Aptana Studio 3 Workspace\Current\main.py",
line 124, in <module>*
* *
excel()
*File "C:\Users\My Documents\Aptana Studio 3 Workspace\Current\main.py",
line 24, in excel*
* *
xlrd.open_workbook('C:\simple.xls')
*File "C:\Python27\lib\site-packages\xlrd\__init__.py", line 400, in
open_workbook*
* *
f = open(filename, "rb")
IOError: [Errno 2] No such file or directory: 'C:\\simple.xls'
what can i do ?
*File "C:\Users\dvila\My Documents\Aptana Studio 3
Workspace\Current\main.py", line 24, in excel*
* *
xlrd.open_workbook('C:\simple.xls')
*File "C:\Python27\lib\site-packages\xlrd\__init__.py", line 400, in
open_workbook*
* *
f = open(filename, "rb")
IOError: [Errno 2] No such file or directory: 'C:\\simple.xls'
**
**