Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
IOError: [Errno 2] No such file or directory: "Introspecting a Book Test" Failed
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
didier vila  
View profile  
 More options Oct 3 2012, 6:45 am
From: didier vila <viladid...@hotmail.com>
Date: Wed, 3 Oct 2012 03:45:22 -0700 (PDT)
Local: Wed, Oct 3 2012 6:45 am
Subject: IOError: [Errno 2] No such file or directory: "Introspecting a Book Test" Failed

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'

**
**


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »