From bfadd7c9aa2ec2b5194baccc9fe49ee14a04f2a5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 30 Mar 2011 07:21:41 +0000 Subject: modify error when python is not found so as not to confuse users who don't build blender. + minor edits. --- source/blender/python/intern/bpy_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/intern/bpy_interface.c') diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c index f8214b643fe..80c4a6cf2f6 100644 --- a/source/blender/python/intern/bpy_interface.c +++ b/source/blender/python/intern/bpy_interface.c @@ -173,7 +173,7 @@ static void bpy_python_start_path(void) if(py_path_bundle==NULL) { /* Common enough to have bundled *nix python but complain on OSX/Win */ #if defined(__APPLE__) || defined(_WIN32) - fprintf(stderr, "Bundled python is expected on this platform, if blender fails to load build the 'install' target\n"); + fprintf(stderr, "Warning! bundled python not found and is expected on this platform. (if you built with CMake: 'install' target may have not been built)\n"); #endif return; } -- cgit v1.2.3