Re: Python simple web development

2009-06-26 Thread bijoy franco
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 py

creating python code with dynamic file name

2009-05-14 Thread bijoy franco
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

Operational Error. --HELP

2009-03-30 Thread bijoy franco
uot; % (sql,err) pg.OperationalError: internal error in 'SELECT * FROM table_book': error return without exception set Couldn't figure out the reason. Help needed Thanks in Advance Bijoy -- http://mail.python.org/mailman/listinfo/python-list

Operational Error. --HELP

2009-03-30 Thread bijoy franco
uot; % (sql,err) pg.OperationalError: internal error in 'SELECT * FROM table_book': error return without exception set Couldn't figure out the reason. Help needed Thanks in Advance Bijoy -- http://mail.python.org/mailman/listinfo/python-list

Re: database connection error - postgresql

2009-03-30 Thread bijoy
hi, I figured out these too. Pls excuse me Thanks Bijoy On Mon, Mar 30, 2009 at 1:30 PM, bijoy wrote: > Hi, > > *code:* (only the class definiton and Database connection part) > > import pg > > __metaclass__=type > > class addbook: > >

database connection error - postgresql

2009-03-30 Thread bijoy
dbooks.db" does not exist In fact i have a database called secondbooks in postgresql. Pls help on this as i am new to python. Thanks in advance Bijoy -- http://mail.python.org/mailman/listinfo/python-list

Re: SQL Query shows error in program while it function correctly in psql interface

2009-03-30 Thread bijoy
Hi, I have figured this out. Pls excuse me. thanks a lot Bijoy On Mon, Mar 30, 2009 at 12:41 PM, bijoy wrote: > Hi, > > Following SQL assaignment is not working in Program. > > intable_bookname=SELECT book_name FROM table_book WHERE book_name='name'; > > whe

SQL Query shows error in program while it function correctly in psql interface

2009-03-30 Thread bijoy
Hi, Following SQL assaignment is not working in Program. intable_bookname=SELECT book_name FROM table_book WHERE book_name='name'; where as this works perfectly fine with psql interface Pls help me on this Thanks a lot in advance Bijoy -- http://mail.python.org/mailman/listinfo/python-list