On Jul 3, 2:44 pm, mdipierro <[email protected]> wrote:
> Is it possible the app is called "spreadsheet" and you have
> "Spreadsheet" in the URL? Capitalizaiton sometimes matters.
No, not the issue.
Now I'm getting this error:
File "C:/Bin/web2py/applications/spreadsheet/controllers/
default.py", line 5, in index
sheet = Sheet.loads(session.psheet)
File "C:\Bin\web2py\applications\spreadsheet\modules\sheet.py", line
44, in loads
sheet=cPickle.loads(data)
TypeError: object cannot be interpreted as an index
I managed to get it to install by renaming as .w2p instead of .tar.
One time I named app as 'sheet' & get the error as:
File "C:/Bin/web2py/applications/sheet/controllers/default.py", line
5, in index
sheet = Sheet.loads(session.psheet)
File "C:\Bin\web2py\applications\sheet\modules\sheet.py", line 44,
in loads
sheet=cPickle.loads(data)
ImportError: No module named a
(Yes it truncates there in every ticket)
I added .w2p as 'spreadsheet' & it gives the 'index' error.
I think the download corruption could be a mime file-type issue...my
browser seems to think it's an XML document...
F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---