Re: newbie - insert variable in pathname

2005-05-13 Thread Miradan
import win32api GIS_GIS_Parcels = "Database [EMAIL PROTECTED]" % (win32api.GetUserName()) HTH -- http://mail.python.org/mailman/listinfo/python-list

RE: newbie - insert variable in pathname

2005-05-13 Thread Tim Golden
[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

newbie - insert variable in pathname

2005-05-13 Thread [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]" Thanks in advance, plsullivan -- http://mail.python.org/mailm