import win32api
GIS_GIS_Parcels = "Database
[EMAIL PROTECTED]"
% (win32api.GetUserName())
HTH
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED]
|
| Hello all,
| I have a username variable luser:
|
| luser = win32api.GetUserName
|
| I need to insert it into the following to replace the hardcoded
| "johndoe" in the pathname of GIS.GIS.Parcels:
|
| GIS_GIS_Parcels = "Database
| [EMAIL PROTECTED]
| .GIS.Parcels"
Just in
Hello all,
I have a username variable luser:
luser = win32api.GetUserName
I need to insert it into the following to replace the hardcoded
"johndoe" in the pathname of GIS.GIS.Parcels:
GIS_GIS_Parcels = "Database
[EMAIL PROTECTED]"
Thanks in advance,
plsullivan
--
http://mail.python.org/mailm