last release we lost our reassuring msg when no local python install
was found. Restore warm fuzzy msg. Text is now Looking for installed Python version XXX followed by either Got it! or 'import site' failed; use -v for traceback No installed Python found. Only built-in modules are available. Some scripts may not run. Continuing happily. And while we are at it, clean up a couple of compiler warnings.
This commit is contained in:
		| @@ -67,10 +67,6 @@ typedef struct _Button { | ||||
| /*  | ||||
|  * these are declared in ../BPY_extern.h  | ||||
| */ | ||||
| void BPY_spacescript_do_pywin_draw( SpaceScript * sc ); | ||||
| void BPY_spacescript_do_pywin_event( SpaceScript * sc, | ||||
| 				     unsigned short event, short val, char ascii ); | ||||
| void BPY_free_compiled_text( Text * text ); | ||||
|  | ||||
| PyObject *M_Draw_Init( void ); | ||||
| PyObject *Draw_Init( void ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stephen Swaney
					Stephen Swaney