On Tue, Apr 21, 2009 at 3:00 PM, karlos barlos <karlosbar...@yahoo.com> wrote: > hello to everybody... > > having problem withe this code : > > dom = raw_input("The Domain name..:") > ad_user.Put('userPrincipalName',user['login']+'@(['dom']) > > but it wont change whay ?
Well, you don't tell what ad_user is, and its Put method, but what I do see is that there are 7 single quotes in this line - given that each single quote seems to be starting or ending a string, there should be an even number of them. -- André Engels, andreeng...@gmail.com -- http://mail.python.org/mailman/listinfo/python-list