Here's what I found: - this downloads a tar file; web2py 1.65 is able to install it that way;
I just untarred, and moved to my web2py/appliances.- it runs; it edits; (authentication wasn't enables, so login gave invalid function, but that's it. I recall an issue w/ old Firefox's and incomplete downloads (Fedora just upgraded me to Firefox 3.5 the other day; I think it's just the release candidate) My spreadsheet.tar is 65798 bytes; Here are some checksums: $ ls -l sp* -rw-rw-r--. 1 yak007 yak007 65798 2009-07-02 22:09 spreadsheet.tar $ sha1sum spreadsheet.tar f0630cc59ea064783618cb5500fb65fc8b9c57cd spreadsheet.tar $ sha256sum spreadsheet.tar b7cae50943cd5f8c02565b8be7b08bde003b4578a401b4afe83c28a4ca82d3f6 spreadsheet.tar $ - Yarko On Fri, Jul 3, 2009 at 9:23 AM, Fran <francisb...@googlemail.com> wrote: > > On Jul 3, 2:44 pm, mdipierro <mdipie...@cs.depaul.edu> 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 web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---