I have been experiencing some issues with "pack all", and attempting to deploy an app on a different web2py instance.
Long version: (for others that might be experiencing the same thing) My dev machine is a mac and the other test bed box is a windows vm (not that it matters). I was seeing some odd behavior on the windows side after an import of my app, namely none of my jQuery stuff was working. Firebug was complaining about jQuery, so I verified that I could infact get to the jquery.js through the browser. My next thought was that something was up with the web2py_ajax.html. I was right, though not like I was thinking. Turns out the the file was empty (zero bytes). I go back to the mac side, and test the tar file generate by pack. Tar was not happy with the archive, in fact it stopped with web2py_ajax.html galt:Downloads john$ tar -tvf web2py.app.wammo.tar drwxr-xr-x john/staff 0 2009-04-14 18:49:29 ./ .... lots of files/dirs -rw-r--r-- john/staff 2098 2009-04-14 18:23:18 views/layout.html -rw-r--r-- john/staff 2243 2009-04-05 17:16:53 views/ web2py_ajax.html tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now For what it is worth, it always seems to die with that same file. Also, the 'pack compiled' does not seem to exhibit the same problem. At least, it my few tests I seem to get a clean tar each time. I am running the web2py 1.61 (I also was seeing this in a previous version 1.57 IIRC, but didn't take the time to investigate) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---