Problems with HTTP Request

2007-06-21 Thread Rodolfo S. Carvalho
o do anymore. I need help =/ Thanks in advance. -- Rodolfo Carvalho Web Developer [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Python module question

2007-02-05 Thread Rodolfo S. Carvalho
Hi folks I have a question for this mailing list. When I'm writing a class, I can rewrite the method __getattr__() to modify the object's method/attribute access behavior. My question is: can I code a method __getattr__() to change the behavior of the 'import' command? --

Re: Algorithm for Labels like in Gmail

2006-06-11 Thread Rodolfo
Thanks to you all. I'll start trying the buzhug solution, which seems more pythonic. But I feel like I gotta learn how to use databases... once I studied SQL a litle bit, but don't remember much. I'll play around with Python and then I show what I got. Bye Rodolfo P.S: Is ther

Re: Algorithm for Labels like in Gmail

2006-06-10 Thread Rodolfo
which is the best way to store all those data files? Plain text files? Some kind of binary file? or what? Thank you once again, Rodolfo -- http://mail.python.org/mailman/listinfo/python-list

HTTP Session Issue

2006-01-30 Thread Rodolfo S. Carvalho
Hi, I'm working with a 100% dependecy-free web app for python, and I'm taking an overview about HTTPServer and CGIHTTPRequestHandler. In my researches, I don't found anything about  HTTP Sessions... Can python natively hadle http sessions, or I'll must write with by hand?