Hytham Shehab wrote: > File "zpasswd.py", line 33, in > generate_passwd encoding.upper() > AttributeError: 'string' object has no attribute 'upper' > > now what is the problem, besides i have tried out the admin build in accoun > with its supplied password but it didn't work !! Looks like you compiled with the wrong version of Python. You should be using Python 2.1.3. cheers, Chris