WARNING *** file size (3358637) not 512 + multiple of sector size
(512)
Traceback (most recent call last):
File "X:\96-subversion\student\penicka\src\Harmonicke.py", line 5,
in <module>
wb = open_workbook('Data\\testEON-8.xls');
File "C:\Python27\lib\site-packages\xlrd\__init__.py", line 457, in
open_workbook
bk.get_sheets()
File "C:\Python27\lib\site-packages\xlrd\__init__.py", line 1007, in
get_sheets
self.get_sheet(sheetno)
File "C:\Python27\lib\site-packages\xlrd\__init__.py", line 998, in
get_sheet
sh.read(self)
File "C:\Python27\lib\site-packages\xlrd\sheet.py", line 615, in
read
rowx, colx, xf_index, d = local_unpack('<HHHd', data)
struct.error: unpack requires a string argument of length 14
PS: I am new to this group, is there a way to attach the respective
file somehow?