using the zipped 2.57 blender release available for xp.
I wanted to know the blender runtime location.
it says :
>>> bpy.utils.resource_path('SYSTEM')
'C:\\Documents and Settings\\All Users\\Application Data\\Blender Foundation\\Blender\\2.57'
but this path even does not exist. it’s located somewhere else in RL.
workaround :
>>> bpy.utils.script_paths()
['G:\\PROGRA~2\\3d\\BLENDE~1.57B\\2.57\\scripts']
works fine, so I can start from here I guess. in my case, as script folder location is the relative default
do I miss something ?