mod_python's mechanism

2007-03-13 Thread memcached
Hello, I'm just curious that does mod_python have the same or similiar mechanism comparing to mod_perl? Thanks! AOL now offers free email to everyone. Find out more about what's free from AOL at AOL.com. -- http://mail.pyt

running warnings

2007-03-03 Thread memcached
I wrote these codes pieces: try: import termios, TERMIOS except ImportError: try: import msvcrt except ImportError: try: from EasyDialogs import AskPassword except ImportError: getpass = default_getpass else: getpass = AskPassword else: getpass = win_getpass else: getpass = unix_getpass

about framework

2007-02-26 Thread memcached
Python has some web framework.I'm not familiar with all of them. Do you think which is best popular of them?Thanks. ** AOL now offers free email to everyone. Find out more about what's free from AOL at http://www.aol.com. -- http://mail.python.org/mailman/li