No subject

Andre Engels andreengels at gmail.com
Tue Apr 21 12:54:27 EDT 2009


On Tue, Apr 21, 2009 at 3:00 PM, karlos barlos <karlosbarlos at 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, andreengels at gmail.com



More information about the Python-list mailing list