Hi,

Thanks for being kind to me.  I was not focused when I read your mail.

>>> pwd.getpwuid(os.getlogin))[4]
  File "<stdin>", line 1
    pwd.getpwuid(os.getlogin))[4]
                             ^
SyntaxError: invalid syntax

This is certainly a bug on my part in para.py.

     if not debfullname:
-        debfullname = pwd.getpwnam(os.getlogin())[4].split(',')[0]
+        debfullname = pwd.getpwnam(os.getuid())[4].split(',')[0]



Osamu


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to