Hi,
Following is the in-function cursor object.
Code:import pgdb
__metaclass__=type
class addbook:
conn=pgdb.connect(dsn='localhost:secondbooks',user='postgres',password='postgres1')
curs=conn.cursor()
def addBook(self):
*infunction_curs=self.curs**
*
Hi,
Following is the in-function cursor object.
Code:import pgdb
__metaclass__=type
class addbook:
conn=pgdb.connect(dsn='localhost:secondbooks',user='postgres',password='postgres1')
curs=conn.cursor()
def addBook(self):
*infunction_curs=self.curs**
*
hi,
How can i create python code, for which filename can be defined on the
fly..?
for example, in a blog, when each article selected, respective python code
with headline of the article as filename should be called.
thanks
bijoy
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I am learning pylons..It seems to be very simple and flexible..
Just give a try if it seems interesting for you
Thanks
Bijoy
On Fri, Jun 26, 2009 at 3:02 AM, Gabriel Genellina
wrote:
> En Thu, 25 Jun 2009 04:29:28 -0300, Private Private
> escribió:
>
> I am looking for a python library w