Re: [DB-SIG] Python-db select

2006-09-07 Thread Carsten Haese
On Thu, 2006-09-07 at 10:07, Andy Dustman wrote: > On 9/6/06, Nasr Y.M.J.O. <[EMAIL PROTECTED]> wrote: > > > def get_OSS(self): > > #grabs the OSS servers from the database > > line 99 > query = 'select nodes.id, nodes.name from nodes > > where '\ > >

Re: [DB-SIG] Python-db select

2006-09-07 Thread Andy Dustman
On 9/6/06, Nasr Y.M.J.O. <[EMAIL PROTECTED]> wrote: > def get_OSS(self): > #grabs the OSS servers from the database > line 99 > query = 'select nodes.id, nodes.name from nodes where > '\ > 'nodes.membership=%d ' \ > 'or

Re: [DB-SIG] Python-db select

2006-09-06 Thread Kevin
> Dear All, > > Im new to this list. Im trying to run a python script (Linux 2.6.9) in > order > to configure a cluster filesystem. When I ran the script I had the > following > error: One of the following variables is not an integer. self.memberships['Compute-oss'] self.memberships['Lustre-oss'

[DB-SIG] Python-db select

2006-09-06 Thread Nasr Y.M.J.O.
Dear All, Im new to this list. Im trying to run a python script (Linux 2.6.9) in order to configure a cluster filesystem. When I ran the script I had the following error:

[DB-SIG] Python-db select

2006-09-06 Thread Nasr Y.M.J.O.
Dear All, Im new to this list. Im trying to run a python script (Linux 2.6.9) in order to configure a cluster filesystem. When I ran the script I had the following error: