less scary 'python not found' msg was too warm and fuzzy.

now msg is less less scary and invisible if python is available.
This commit is contained in:
Stephen Swaney 2004-11-07 17:28:15 +00:00
parent 0f84375d7a
commit 17217648e5

@ -143,8 +143,6 @@ void BPY_start_python( int argc, char **argv )
*/
if( first_time ) { /* so it only prints msg on first_time */
printf( "Checking for Python install...\n" );
fflush( stdout );
}
Py_Initialize( );
@ -253,8 +251,6 @@ void init_syspath( int first_time )
int size = 0;
int index;
if( first_time ) printf( "Installed Python found!\n" );
/* get the value of 'sitedirs' from the module */
/* the ref man says GetDict() never fails!!! */