need help: Is there is a way to get someone's calendar from mail exchange server with python

2010-07-15 Thread aimeixu
Hi guys, I really need help to figure out a way to get someone's calendar from mail exchange server with python. I have no idea about how to make it .Or could some nice guys give me some hint?Thank a lot . -- http://mail.python.org/mailman/listinfo/python-list

an error about DJANGO_SETTINGS_MODULE

2010-07-22 Thread aimeixu
Hi, I use python Django framework to make a bookmark website, when I clicked login button on the user login page .and I import "from django.contrib.auth.models import User" in the console,It will occur the following error: >>> from django.contrib.auth.models import User Traceback (most rece

how to change a string into dictionary

2010-08-09 Thread aimeixu
Hi, I am newbie for python ,Here is my question: a = "{'a':'1','b':'2'}" how to change a into a dictionary ,says, a = {'a':'1','b':'2'} Thanks a lot .Really need help. -- http://mail.python.org/mailman/listinfo/python-list