print a msg about which Python version we are using
before the evil "'import site' failed" msg appears.
This commit is contained in:
@@ -147,6 +147,9 @@ void BPY_start_python( int argc, char **argv )
|
|||||||
* rest of our init msgs.
|
* rest of our init msgs.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* Py_GetVersion() returns a ptr to astatic string */
|
||||||
|
printf( "Using Python version %.3s\n", Py_GetVersion() );
|
||||||
|
|
||||||
Py_Initialize( );
|
Py_Initialize( );
|
||||||
PySys_SetArgv( argc_copy, argv_copy );
|
PySys_SetArgv( argc_copy, argv_copy );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user