Re: [web2py] Re: Google App Engine Launcher 1.9.34 breaks web2py?

2016-07-17 Thread dlypka
I found the fix here (it is a true Google App Engine SDK issue): https://code.google.com/p/googleappengine/issues/detail?id=12852 The key step is this: You can add a appengine_config.py python file to the root directory of your application with the following contents: import sys sys.pla

Re: [web2py] Re: Google App Engine Launcher 1.9.34 breaks web2py?

2016-03-31 Thread Richard Vézina
https://github.com/blog/2131-git-2-8-has-been-released I may be wrong, I think the improvement is in fetch... I thought it was managing clone recursive... Richard On Thu, Mar 31, 2016 at 4:04 AM, Tommi Lahtonen wrote: > > > On Tuesday, March 29, 2016 at 7:48:07 PM UTC+3, Richard wrote: >> >> G

Re: [web2py] Re: Google App Engine Launcher 1.9.34 breaks web2py?

2016-03-31 Thread Tommi Lahtonen
On Tuesday, March 29, 2016 at 7:48:07 PM UTC+3, Richard wrote: > > Git 2.8 will solve that... > > what do you mean? I tried with git and it does not work any better than the full src-package. Same error. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://git

Re: [web2py] Re: Google App Engine Launcher 1.9.34 breaks web2py?

2016-03-29 Thread Richard Vézina
Git 2.8 will solve that... On Tue, Mar 29, 2016 at 1:53 AM, Tommi Lahtonen wrote: > > > On Thursday, March 24, 2016 at 1:41:42 AM UTC+2, Massimo Di Pierro wrote: >> >> Which version of web2py? Did you use git clone? Did you do what it is >> asking? >> >> git submodule update --init --recursive >

[web2py] Re: Google App Engine Launcher 1.9.34 breaks web2py?

2016-03-28 Thread Tommi Lahtonen
On Thursday, March 24, 2016 at 1:41:42 AM UTC+2, Massimo Di Pierro wrote: > > Which version of web2py? Did you use git clone? Did you do what it is > asking? > > git submodule update --init --recursive > > I used the src-version from here: http://www.web2py.com/examples/static/web2py_src.zip I

[web2py] Re: Google App Engine Launcher 1.9.34 breaks web2py?

2016-03-23 Thread Massimo Di Pierro
Which version of web2py? Did you use git clone? Did you do what it is asking? git submodule update --init --recursive On Wednesday, 23 March 2016 18:33:39 UTC-5, Tommi Lahtonen wrote: > > > It looks like GAE Launcher 1.34 breaks my web2py-applications. Is this a > problem with App Engine Laun

[web2py] Re: Google App Engine - with python 2.7 and web2py. My application suddenly stopped working from yesterd

2013-06-14 Thread Aravindan Rs
see thread https://groups.google.com/forum/?fromgroups=#!searchin/web2py/1.8.1/web2py/jT3djFSBxQw/VhRA_D46EAEJ On Friday, 14 June 2013 12:52:35 UTC+5:30, Mukesh wrote: > > Dear team, > > I'm using Google App Engine - with python 2.7 and web2py. My application > suddenly stopped working from yest

[web2py] Re: Google App Engine - with python 2.7 and web2py. My application suddenly stopped working from yesterd

2013-06-14 Thread Aravindan Rs
see thread https://groups.google.com/forum/?fromgroups=#!searchin/web2py/1.8.1/web2py/jT3djFSBxQw/VhRA_D46EAEJ -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email

[web2py] Re: Google App Engine Launcher and Deployment

2011-11-05 Thread Spring
Found it in the Nightly Built source code, but not the stable one. Problem solved. Thanks. On Nov 6, 1:44 am, Jonathan Lundell wrote: > On Nov 5, 2011, at 10:33 AM, Spring wrote: > > > Exactly the same issue here. Do we have any news on this? > > I believe this is fixed in the trunk (note that Si

Re: [web2py] Re: Google App Engine Launcher and Deployment

2011-11-05 Thread Jonathan Lundell
On Nov 5, 2011, at 10:33 AM, Spring wrote: > Exactly the same issue here. Do we have any news on this? I believe this is fixed in the trunk (note that Simon reported the problem about three weeks ago; the fix was recent). To check whether you have the fix, look at gluon.globals.Response.toolbar

[web2py] Re: Google App Engine Launcher and Deployment

2011-11-05 Thread Spring
Exactly the same issue here. Do we have any news on this? Spring On Oct 15, 3:05 pm, Simon Ashley wrote: > Just a first time play with this. >   (Environment: Python 25, current Web2Py nightly source {copied to > the Python25 root} and fresh copy of the Google App Engine Launcher) > App is worki

Re: [web2py] Re: Google App Engine (GAE) does not support database LIKE statement...

2011-10-31 Thread $p00ky
Hi rochacbruno, Thank you for your link. Unfortunately, it is not working... search=request.vars['search'] if not request.env.web2py_runtime_gae: rows= db(db.pictures.filename.contains(search.replace(" ","%"))).select() else: query = like_query(sea

Re: [web2py] Re: Google App Engine (GAE) does not support database LIKE statement...

2011-10-28 Thread Bruno Rocha
http://showmethecode.tumblr.com/post/9624208451/likeingae On Fri, Oct 28, 2011 at 5:41 PM, $p00ky wrote: > Find answer: > http://stackoverflow.com/questions/4512181/web2py-like-equivalents-with-google-app-engine > > So a real equivalent is not possible super.. > -- Bruno Rocha [

[web2py] Re: Google App Engine (GAE) does not support database LIKE statement...

2011-10-28 Thread $p00ky
Find answer: http://stackoverflow.com/questions/4512181/web2py-like-equivalents-with-google-app-engine So a real equivalent is not possible super..

[web2py] Re: Google App Engine Launcher and Deployment

2011-10-15 Thread Simon Ashley
Thanks. Issue 474. On Oct 16, 12:47 am, Massimo Di Pierro wrote: > could be a bug in toolbar.  I never tried it in GAE. Open a ticket and > will fix it asap. > > On Oct 15, 2:05 am, Simon Ashley wrote: > > > > > > > > > Just a first time play with this. > >   (Environment: Python 25, current Web

[web2py] Re: Google App Engine Launcher and Deployment

2011-10-15 Thread Massimo Di Pierro
could be a bug in toolbar. I never tried it in GAE. Open a ticket and will fix it asap. On Oct 15, 2:05 am, Simon Ashley wrote: > Just a first time play with this. >   (Environment: Python 25, current Web2Py nightly source {copied to > the Python25 root} and fresh copy of the Google App Engine L

[web2py] Re: Google app engine and DAL

2011-07-10 Thread Shark
Thanks howesc for your help On Jul 10, 6:36 pm, howesc wrote: > Shark, > > the upload field will work (though you might have to pass the flag to tell > it to store the file in the DB).  it's been a while since i have used that > on GAE. > > if your uploaded file will be larger than 1MB (the curre

[web2py] Re: Google app engine and DAL

2011-07-10 Thread howesc
Shark, the upload field will work (though you might have to pass the flag to tell it to store the file in the DB). it's been a while since i have used that on GAE. if your uploaded file will be larger than 1MB (the current limit for blob fields assuming the online docs here are correct http:

[web2py] Re: Google app engine and DAL

2011-07-10 Thread Shark
Thanks massimo for reply but my question will upload field work in GAE and will save the data in datastore or I have to define field as anther type ? example b.define_table('person', Field('image', 'upload')) As it by default save data in upload folder thanks in advance On Jul 10, 5:18 pm, Mas

[web2py] Re: Google app engine and DAL

2011-07-10 Thread Massimo Di Pierro
In web2py a Field(...,'upload') makes both a StringProperty and a BlobProperty. The filename goes in one and the data in the other. I think BlobProperty has a 10MB limitation but I am not sure. These numbers change as GAE evolves. Massimo On Jul 10, 8:22 am, Shark wrote: > We want to save a blob

[web2py] Re: Google app engine and DAL

2011-07-10 Thread Shark
We want to save a blob to datastore in GAE not only save the name is this the same as upload field On Jul 9, 9:51 pm, Shark wrote: > Ok thank very much Anthony > > On Jul 9, 4:32 pm, Anthony wrote:> On Saturday, July 9, > 2011 8:07:48 AM UTC-4, Shark wrote: > > > > I need help in updating list

[web2py] Re: Google app engine and DAL

2011-07-09 Thread Shark
Ok thank very much Anthony On Jul 9, 4:32 pm, Anthony wrote: > On Saturday, July 9, 2011 8:07:48 AM UTC-4, Shark wrote: > > > I need help in updating list field can anyone give example of how to > > update list field ? > > > also I have problem in uploading files in GAE as web2py store them in >

[web2py] Re: Google app engine and DAL

2011-07-09 Thread Anthony
On Saturday, July 9, 2011 8:07:48 AM UTC-4, Shark wrote: > > I need help in updating list field can anyone give example of how to > update list field ? > > also I have problem in uploading files in GAE as web2py store them in > files and google app engine need to store them in big table web2

[web2py] Re: Google App Engine datastor

2011-07-07 Thread Massimo Di Pierro
datastor[e] is supported. On Jul 7, 8:40 am, stargate wrote: > is Google App Engine datastor supported in web2py?

[web2py] Re: Google App Engine datastor

2011-07-07 Thread pbreit
I'm not sure what "datastor" is but GAE is explicitly supported: http://web2py.com/book/default/chapter/11#Google-App-Engine

[web2py] Re: Google app engine

2011-05-31 Thread dhmorgan
You probably *will* want to to get Python 2.5.x also, your app name cannot be web2py because there is already an app by that name at web2py.appspot.com; rename your app to a name you've registered at appspot and edit your app.yaml file accordingly, then try again Danny On May 27, 11:22 pm, Re

[web2py] Re: Google app engine

2011-05-28 Thread Plumo
I use 2.6 and it still works. Occasionally I get that error, but works again later. Must be a temporary problem with upload service.

[web2py] Re: Google app engine

2011-05-27 Thread Massimo Di Pierro
>From your traceback: File "/usr/lib/python2.6/urllib2.py" GAE requires python 2.5. On May 27, 11:22 pm, Resa wrote: >  Can someone assist me in deploying google app engine.. I am getting > this error: > > File "/usr/lib/python2.6/urllib2.py", line 1169, in https_open >     return self.do_open

[web2py] Re: google app engine, file size limits

2010-04-09 Thread mdipierro
This is fantastic! On Apr 9, 5:31 pm, howesc wrote: > Hi all, > > I implemented this today, and learned some things.  I posted my > version of the upload handler as a comment to the slice > at:http://www.web2pyslices.com/main/slices/take_slice/63 > > enhancements in this version: >  * parse the

[web2py] Re: google app engine, file size limits

2010-04-09 Thread howesc
Hi all, I implemented this today, and learned some things. I posted my version of the upload handler as a comment to the slice at: http://www.web2pyslices.com/main/slices/take_slice/63 enhancements in this version: * parse the blob_info object out of the request, no more dummy request * integr

[web2py] Re: google app engine, file size limits

2010-02-25 Thread mdipierro
Exactly. Like you specify db.table.field.uploadfolder=os.path.join(request.folder,'uploads') you could specify db.table.field.uploadmethod='gae_blobstore' On Feb 25, 2:02 pm, villas wrote: > Alex,  Thanks for this interesting information. This can make GAE > suitable for a lot of extra use. >

[web2py] Re: google app engine, file size limits

2010-02-25 Thread villas
Alex, Thanks for this interesting information. This can make GAE suitable for a lot of extra use. > It should be easy to add blobstore support to web2py. +1 Massimo, How do you imagine it would be supported? Maybe as just an option on 'upload' type which is ignored when non-GAE? -- You recei

[web2py] Re: google app engine, file size limits

2010-02-24 Thread mdipierro
It should be easy to add blobstore support to web2py. On Feb 24, 5:22 am, what_ho wrote: > no problem! > > With some informal testing I found the blobstore absolutely flies > along, serves up files as fast as whatever internet connection I tried > could handle. I did not load test with multiple u

[web2py] Re: google app engine, file size limits

2010-02-24 Thread what_ho
no problem! With some informal testing I found the blobstore absolutely flies along, serves up files as fast as whatever internet connection I tried could handle. I did not load test with multiple users, but I don't doubt this service is built to scale. The blobstore is meant for file upload and

[web2py] Re: google app engine, file size limits

2010-02-23 Thread villas
Wow, you only heard of blobstore yesterday --that's quick! If you start using it more, perhaps you would comment on the speed. I imagine that some people might want to just store everything in there, big and small files, just for the convenience of having them all in one place. Thanks for the sli

[web2py] Re: google app engine, file size limits

2010-02-23 Thread what_ho
I got the blobstore service working with web2py for up to 50MB file support on GAE. Have written up the steps I took here: http://www.web2pyslices.com/main/slices/take_slice/63 - Alex On Feb 22, 7:42 pm, what_ho wrote: > I had not heard of the blobstore service before - thank you for > pointing

[web2py] Re: google app engine, file size limits

2010-02-23 Thread what_ho
I got web2py working with blobstore, have written up details on the steps I took here: http://www.web2pyslices.com/main/slices/take_slice/63 - Alex On Feb 22, 7:42 pm, what_ho wrote: > I had not heard of the blobstore service before - thank you for > pointing that out. I agree - well worth consi

[web2py] Re: google app engine, file size limits

2010-02-22 Thread what_ho
I had not heard of the blobstore service before - thank you for pointing that out. I agree - well worth considering, up to 1GB files the service is still free. On Feb 22, 6:22 pm, villas wrote: > For anything above 1Mb,  I think Google are trying their best to > promote their new 'blobstore' whic

[web2py] Re: google app engine, file size limits

2010-02-22 Thread villas
For anything above 1Mb, I think Google are trying their best to promote their new 'blobstore' which is a pay service. However, it is still extremely cheap so may be worth considering for the convenience. -- You received this message because you are subscribed to the Google Groups "web2py-user

[web2py] Re: google app engine, file size limits

2010-02-22 Thread what_ho
Using rar to compress and chunk up the file at the same time could be a good option, especially if this can be done on the client (for example using a java-applet as a file download/upload manager). Chunking on the client would be the only way to go over the 10MB limit as well. GAE app development