Re: [web2py] Re: Anvanced applications in gae

2010-07-01 Thread Carles Gonzalez
Ah... Ok, that makes much more sense. On Thu, Jul 1, 2010 at 2:03 PM, mdipierro wrote: > Sorry... > > Field('fieldname',type=gae.ReferenceProperty(db.auth_user._tableobj,) > > On 1 Lug, 03:23, Carles Gonzalez wrote: >> Tested and now the error is: >>

Re: [web2py] Re: Anvanced applications in gae

2010-07-01 Thread Carles Gonzalez
pected string or buffer On Thu, Jul 1, 2010 at 7:32 AM, mdipierro wrote: > I think, > >                         Field(gae.ReferenceProperty(auth_user,...) > > should be > > > Field(gae.ReferenceProperty(db.auth_user._tableobj,) > > > > On 30 Giu, 16:15, C

Re: [web2py] Re: Anvanced applications in gae

2010-06-30 Thread Carles Gonzalez
an to release the source. I think that a working example of this technique woukd be interesting for reference. On Wed, Jun 30, 2010 at 10:56 PM, Carles Gonzalez wrote: > Now is working. Thanks, let's continue testing... > > On Wed, Jun 30, 2010 at 10:39 PM, mdipierro wrote: >>

Re: [web2py] Re: Anvanced applications in gae

2010-06-30 Thread Carles Gonzalez
Now is working. Thanks, let's continue testing... On Wed, Jun 30, 2010 at 10:39 PM, mdipierro wrote: > You are right... fixing it in trunk..1..2..3..done. Please check it. > > Massimo > > On 30 Giu, 15:25, Carles Gonzalez wrote: >> Hi, i was trying this technique but

Re: [web2py] Re: Anvanced applications in gae

2010-06-30 Thread Carles Gonzalez
Hi, i was trying this technique but i'm getting this traceback when using gae_google_account: Traceback (most recent call last): File "/Users/lauer/web2py/gluon/restricted.py", line 178, in restricted exec ccode in environment File "/Users/lauer/web2py/applications/web2pytodo/controllers/

Re: [web2py] Re: Anvanced applications in gae

2010-06-27 Thread Carles Gonzalez
t 'nativeRef' > > Would it be something like: >    self.nativeRef = tmp     # Python can add new properties 'on-the- > fly', right? > > as the new 2nd last statement of insert()? > > > > On Jun 27, 11:54 am, mdipierro wrote: >> I will wait for a pat

Re: [web2py] Re: Anvanced applications in gae

2010-06-27 Thread Carles Gonzalez
ableQuery.fetch(limit=1) > >    myGAENativeChild = nativeresults[0] > > # Now myGAENativeChild can be inserted into the native GAE Reference > collection > > - Dave Lypka > > On Jun 26, 5:48 am, Carles Gonzalez wrote: >> Very interesting, i didn't know about col

Re: [web2py] Re: Anvanced applications in gae

2010-06-26 Thread Carles Gonzalez
derneath the web2py sql objects because the native refs > have to be > put into the collections. > > I'll provide more details in some followup posts. > > On Jun 25, 2:48 pm, Carles wrote: >> Thanks a lot Dave. >> >> There isn't a deadline, tale your

Re: [web2py] Re: Anvanced applications in gae

2010-06-24 Thread Carles Gonzalez
Not to be annoying, but can you post an example? Just to organize the things in my head... Thanks again. On Fri, Jun 25, 2010 at 2:41 AM, Carles Gonzalez wrote: > Very interesting! > > I'll try tomorrow. > > Thanks a lot, Dave. > > On Fri, Jun 25, 2010 at 1:21 AM, dly

Re: [web2py] Re: Anvanced applications in gae

2010-06-24 Thread Carles Gonzalez
ative properties can be > directly declared in web2py tables. > > - Dave Lypka. > > On Jun 21, 10:25 am, Carles Gonzalez wrote: >> Hi, >> >> I have developed some applications in web2py, and 2 are running >> currently in gae, but now i have serious problem. >

Re: [web2py] Re: Anvanced applications in gae

2010-06-24 Thread Carles Gonzalez
Thanks! On Thu, Jun 24, 2010 at 2:27 PM, mdipierro wrote: > thinking about how to handle this... > > On Jun 22, 12:56 pm, Carles Gonzalez wrote: >> My english is horrible, an maybe it wasn't clear, but that was exactly >> my problem :). >> >> Currently i

Re: [web2py] Re: Anvanced applications in gae

2010-06-22 Thread Carles Gonzalez
deb2bfadf207/96a4324e5fd0cf71?lnk=gst&q=GAE+parent#96a4324e5fd0cf71 > > On Jun 22, 7:35 am, Carles wrote: >> Ok, I'll try. >> >> Carles >> >> El 21/06/2010, a las 19:03, mdipierro escribió: >> >> > The only file you need to look into is glu

Re: [web2py] Re: Anvanced applications in gae

2010-06-21 Thread Carles Gonzalez
before that I will take it. > > Massimo > > On Jun 21, 9:25 am, Carles Gonzalez wrote: >> Hi, >> >> I have developed some applications in web2py, and 2 are running >> currently in gae, but now i have serious problem. >> >> My current project is a social

[web2py] Anvanced applications in gae

2010-06-21 Thread Carles Gonzalez
Hi, I have developed some applications in web2py, and 2 are running currently in gae, but now i have serious problem. My current project is a social application, and when i design (example) the tables to make an user follow the actions other user (twitter like) I find that many-to-many relationsh

Re: [web2py] Re: appadmin fails on gae

2010-02-22 Thread Carles Gonzalez
No, it does not work either. it raises (from chromium): Error 107 (net::ERR_SSL_PROTOCOL_ERROR): Error desconegut. The app is quite simple, almost no code. Just a table, crud and webgrid. On Fri, Feb 19, 2010 at 2:07 PM, mdipierro wrote: > I do not know. I have never seen this that functi