Skip to content
Snippets Groups Projects
Commit 17217648 authored by Stephen Swaney's avatar Stephen Swaney
Browse files

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

now msg is less less scary and invisible if python is available.
parent 0f84375d
No related branches found
No related tags found
No related merge requests found
...@@ -143,8 +143,6 @@ void BPY_start_python( int argc, char **argv ) ...@@ -143,8 +143,6 @@ void BPY_start_python( int argc, char **argv )
*/ */
if( first_time ) { /* so it only prints msg on first_time */ if( first_time ) { /* so it only prints msg on first_time */
printf( "Checking for Python install...\n" );
fflush( stdout );
} }
Py_Initialize( ); Py_Initialize( );
...@@ -253,8 +251,6 @@ void init_syspath( int first_time ) ...@@ -253,8 +251,6 @@ void init_syspath( int first_time )
int size = 0; int size = 0;
int index; int index;
if( first_time ) printf( "Installed Python found!\n" );
/* get the value of 'sitedirs' from the module */ /* get the value of 'sitedirs' from the module */
/* the ref man says GetDict() never fails!!! */ /* the ref man says GetDict() never fails!!! */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment