[Zope3-Users] request ?param=val

2006-04-08 Thread Pete Taylor
Hi all, I must just be overlooking something, but i'm running into a problem... (could be that it's 4:00a on a saturday morning, and i'm writing code for work. that alone might be my problem ;) ). I have a url like the following: http://localhost:8080/MyObject/activate.html?id= the troub

Re: [Zope3-Users] request ?param=val

2006-04-08 Thread Bernd Dorn
On 08.04.2006, at 10:26, Pete Taylor wrote: Hi all, I must just be overlooking something, but i'm running into a problem... (could be that it's 4:00a on a saturday morning, and i'm writing code for work. that alone might be my problem ;) ). I have a url like the following: http://localhost:

SV: [Zope3-Users] Install problem with Zope 3.2.1

2006-04-08 Thread Kim L. Jacobsen
Ron, Thanks for your help. It seemed to work, so the problem is probably related to some dependencies in Gentoo. It seems that by using package.keywords, you are actually being kept reasonably up-to-date, so I'll probably just stick to that and 3.2.0 for now. Kim -Oprindelig meddelelse-

[Zope3-Users] DatabaseException: Shouldn't load state for 0x28 when the connection is closed

2006-04-08 Thread Keith Bolton
The code used for connecting and retrieving data from PostgreSQL is quite simply this:    dbconn = getDatabase('name_of_psycopgda')()  rows = queryForResults(dbconn, sql)  return rows   Running this bit of code fails about 3 out 4 times; the traceback:       rows = queryForResults(dbconn,

Re: [Zope3-Users] request ?param=val

2006-04-08 Thread Pete Taylor
that's what i thought too, and what i've tried. i even tried it from the interactive shell... request = TestRequest("/index.html?id=") request.get('id') but nothing comes back. same when i try to get it back in my form class. hmm... On 4/8/06, Bernd Dorn <[EMAIL PROTECTED]> wrote: > > > >