Hi. I'm storing some local files location using the following command
LITEPATH = os.path.normpath(os.path.expanduser('~') + '\\dirName')
In Maya I would get , C:\Users\Me\Documents\dirName
But when running alone using python IDE, I get C:\Users\Me\dirName
What could be the cause of this and how I can force it to be identical?
--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe
