IRC

2008-10-21 Thread Amie
HI All, Please can you perhaps provide me with links or good places where I can learn what IRC is, how to work with it and how to write to a large log file at the same time as letting the IRC spy read and write to the server. Thank You -- http://mail.python.org/mailman/listinfo/python-list

Error

2008-10-21 Thread Amie
Hi, what does is the meaning of this error: int object is unsubscriptable. This is the code that I have written that seems to give me that: def render_sideMenu(self, ctx, data): def render_dataAge(unit): results = [(i[0], i[1] ) for i in unit] return self.dataTable(["U

Create a message

2008-10-22 Thread Amie
Hi, I would like to know if it's possible to display a message using python, if so can you show me an example. I saw something like:" from twisted.python import log log.msg" in some programs but am not too sure how it works Or provide me with the link that has info regarding th

Re: Create a message

2008-10-22 Thread Amie
On Oct 22, 12:44 pm, "James Mills" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 22, 2008 at 8:21 PM, Amie <[EMAIL PROTECTED]> wrote: > > I would like to know if it's possible to display a message using > > python, if so can you show me an example. > > I

Website Creation using Python

2008-07-21 Thread Amie
Afternoon, I would like some help on how to create a website using the python programming language. I've tried using enamel, but had some problems because I could not create html tables and intergrating it with python, like you use it when coding in php. Any help would be appreciated. Thanks --

HTML Tables

2008-08-18 Thread Amie
Afternoon all. Just want to know how to create html tables using a for loop. I need to display 34 html tables, so I figured a for loop will do. Please show me an example of how to do that. Also how do I display the results of an sql query onto the html tables? Thanks in advance -- http://mail.pyt

Enamel and Nevow

2008-08-18 Thread Amie
Hi, has any of you ever heard of enamel? It's web framework for python, if anyone has more info please let me know because I'm in need of some assistance with creating a website using enamel, nevow, stan, mysql and python. Thank You -- http://mail.python.org/mailman/listinfo/python-list

HTML Tables

2008-08-19 Thread Amie
these tables is retrieved from the database. I did write a mysql query, I just don't know how to link it with the for loop that has to display all these tables. If anyone can, can you roughly show me how to go about doing this. Thanks in advance Amie -- http://mail.python.org/mailman/listi

Display the results of a query to an html table

2008-08-19 Thread Amie
Hi, how do you display the results of an sql query and display it onto the html form or html table Thanks -- http://mail.python.org/mailman/listinfo/python-list

For loop inside an xml template

2008-08-25 Thread Amie
Hi, Is it possible to have a for loop within an xml template? -- http://mail.python.org/mailman/listinfo/python-list

Re: For loop inside an xml template

2008-08-25 Thread Amie
On Aug 25, 1:33 pm, Paul Boddie <[EMAIL PROTECTED]> wrote: > On 25 Aug, 10:58, Amie <[EMAIL PROTECTED]> wrote: > > > > > Is it possible to have a for loop within an xml template? > > Yes it is: > > http://www.w3.org/TR/xslt.html#for-each > > Dependi