Re: Wed Development - Dynamically Generated News Index

2005-12-20 Thread infidel02
Hi Jean-Paul, The truth of the matter is that I was hoping that this could be accomplished using pure CGI. I am considering wether I need to learn these new frameworks, but I am in somewhat of a hurry. Also I have this problem with this simple test script that I have written. It pulls the

Re: Wed Development - Dynamically Generated News Index

2005-12-20 Thread Steve Holden
[EMAIL PROTECTED] wrote: Hi Jean-Paul, The truth of the matter is that I was hoping that this could be accomplished using pure CGI. I am considering wether I need to learn these new frameworks, but I am in somewhat of a hurry. Also I have this problem with this simple test script that

Re: Wed Development - Dynamically Generated News Index

2005-12-20 Thread infidel02
Hi Jean-Paul, The truth of the matter is that I was hoping that this could be accomplished using pure CGI. I am considering wether I need to learn these new frameworks, but I am in somewhat of a hurry. Also I have this problem with this simple test script that I have written. It pulls the

Re: Wed Development - Dynamically Generated News Index

2005-12-20 Thread infidel02
Thank Steve this worked! -- http://mail.python.org/mailman/listinfo/python-list

Re: Wed Development - Dynamically Generated News Index

2005-12-18 Thread gene tani
Paul Rubin wrote: [EMAIL PROTECTED] writes: I am building a simple MySQL news database, which would contain, a headline, a date, main story(body) and a graphic associated with each story. I would like to generate an index of the pages in this database ( ie a news index with links to

Re: Wed Development - Dynamically Generated News Index

2005-12-18 Thread infidel02
Hi Jean-Paul, I am a bit lost in you code. Is it possible for you to step through it? -- http://mail.python.org/mailman/listinfo/python-list

Re: Wed Development - Dynamically Generated News Index

2005-12-18 Thread Jean-Paul Calderone
On 18 Dec 2005 12:27:55 -0800, [EMAIL PROTECTED] wrote: Hi Jean-Paul, I am a bit lost in you code. Is it possible for you to step through it? For in depth-assistance, it would probably be best to continue on [EMAIL PROTECTED] You might also want to check out some of the links on

Wed Development - Dynamically Generated News Index

2005-12-17 Thread infidel02
Hi to all, I am somewhat somewhat new to Python, but apart from this I am just not seeing lots of resources on what I am trying to do. I have seen them in other languages like PHP and ASP. I am building a simple MySQL news database, which would contain, a headline, a date, main story(body) and

Re: Wed Development - Dynamically Generated News Index

2005-12-17 Thread Paul Rubin
[EMAIL PROTECTED] writes: I am building a simple MySQL news database, which would contain, a headline, a date, main story(body) and a graphic associated with each story. I would like to generate an index of the pages in this database ( ie a news index with links to the articles) an to have a

Re: Wed Development - Dynamically Generated News Index

2005-12-17 Thread Jean-Paul Calderone
On 17 Dec 2005 23:14:33 -0800, [EMAIL PROTECTED] wrote: Hi to all, I am somewhat somewhat new to Python, but apart from this I am just not seeing lots of resources on what I am trying to do. I have seen them in other languages like PHP and ASP. I am building a simple MySQL news database, which