Trying... OK) http://pyoohtml.appspot.com/static/logo.gif
KO) http://pyoohtml.appspot.com/static/ Error: Not Found The requested URL /static/ was not found on this server. On Oct 12, 4:49 pm, Gmail <[EMAIL PROTECTED]> wrote: > try this. > wget -r -np -nd http://***.appspot.com/***/static/ > > 在 2008-10-12,下午10:40, Davide Rognoni 写道: > > > > > Ok, but where are my YAML files? > > > [app.yaml, index.yaml] > > > and wget -p (parent) is not my static files list :-( > > The title is "Downloading my application". > > > On Oct 12, 4:26 pm, Gmail <[EMAIL PROTECTED]> wrote: > >> they are hosted on diffrent server of google. > > >> try to use the wget 's "-p" or something else that i don't remember > >> clearly now, > >> to follow the page that inclued your static files. > >> if you are using safari,just open the activety window to see what > >> static files are inclued. > >> 在 2008-10-12,下午10:14, Davide Rognoni 写道: > > >>> Yes, but I can not see the static files list. > > >>> Using os.listdir(".") > >>> ['pyoohtml.py', 'app.py', 'admin', 'onlyfirefox', 'IronBrowser', > >>> 'bestempeng', 'home', 'javascriptrun', 'rsa'] > > >>> but where is my "static" folder? > > >>> On Oct 12, 4:10 pm, Gmail <[EMAIL PROTECTED]> wrote: > >>>> They are static,so you can download them just type the URL in the > >>>> Browser, > >>>> if they are lots of files , > >>>> you can write a small script to download them, > >>>> wget ,curl ,....will works well. > >>>> 在 2008-10-12,下午7:59, Davide Rognoni 写道: > > >>>>> Where is my directory? {using os.listdir("static") > > >>>>> OSError: [Errno 2] No such file or directory: 'static' > > >>>>> But I can see the others {using os.listdir(".") > >>>>> ['pyoohtml.py', 'app.py', 'admin', 'onlyfirefox', 'IronBrowser', > >>>>> 'bestempeng', 'home', 'javascriptrun', 'rsa'] > > >>>>> On Oct 12, 9:53 am, Sylvain <[EMAIL PROTECTED]> wrote: > >>>>>> Hi, > > >>>>>> Currently, it is impossible. > > >>>>>> But for my project I use this > >>>>>> :http://manatlan.com/blog/zipme___download_sources_of_your_gae_website > >>>>>> ... > >>>>>> (but you have to use at the begining) > > >>>>>> Then you can get all files (except static) > > >>>>>> Regards > > >>>>>> On 12 oct, 08:41, Gilbert <[EMAIL PROTECTED]> wrote: > > >>>>>>> Due to a development computer problem, I would like to download > >>>>>>> FROM > >>>>>>> the appengine to the new computer the content of my application. > > >>>>>>> How can I do that ? > > >>>>>>> Thanks for any help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
